Difference between revisions of "MediaGoblin"

From Libopedia
Jump to navigation Jump to search
m
m
Line 10: Line 10:
 
Type the following:
 
Type the following:
 
   cd /opt
 
   cd /opt
 +
  git clone git://gitorious.org/mediagoblin/mediagoblin.git
 +
  cd mediagoblin
 +
  git submodule init && git submodule update

Revision as of 14:11, 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. Also ensure the server has access to the internet in order to be able download software during the installation.

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
 git clone git://gitorious.org/mediagoblin/mediagoblin.git
 cd mediagoblin
 git submodule init && git submodule update