You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

This guide is written for Ubuntu 10.04.

sudo apt-get install apache2 libapache2-mod-wsgi git-core python-virtualenv 

Make a virtual python environment.

cd /opt/
sudo virtualenv --no-site-packages norduni

Get the NORDUni files:

cd /var/opt/
git clone git://git.nordu.net/norduni.git

Download neo4j-1.3 from http://neo4j.org.
Extract the file to, for example, /var/opt/norduni/dependencies/.

  • No labels