Difference between revisions of "MediaGoblin"

From Libopedia
Jump to navigation Jump to search
(Created page with "This wiki page details the installation of MediaGoblin on an Ubuntu 12.04 server. The installation is suited to small deployments. ===Step 1 - Install Ubuntu 12.04 Server===...")
 
m
Line 7: Line 7:
 
Type the following:
 
Type the following:
 
  sudo apt-get install git-core python python-dev python-lxml python-imaging python-virtualenv
 
  sudo apt-get install git-core python python-dev python-lxml python-imaging python-virtualenv
 +
===Step 3 - Install MediaGoblin===
 +
Type the following:
 +
  cd /opt

Revision as of 14:10, 8 August 2014

This wiki page details the installation of MediaGoblin on an Ubuntu 12.04 server. The installation is suited to small deployments.

Step 1 - Install Ubuntu 12.04 Server

Install a normal 12.04 LTS 63 bit server. Make sure that you prepare enough disk space for all the media you will be hosting. The only additional software to install is the OpenSSH server. Also prepare for a hostname/domainnam/URL to use, for example at Stellenbosch University Library we chose http://media.lib.sun.ac.za.

Step 2 - Install pre-requisite software

Type the following:

sudo apt-get install git-core python python-dev python-lxml python-imaging python-virtualenv

Step 3 - Install MediaGoblin

Type the following:

 cd /opt