Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
sudo su
source python_environments/norduni/bin/activate
pip install django httplib2 ipaddr argparse pexpect markdown

Add the following python modules if you are running the Neo4j stand alone server:

Code Block

httplib2

Get the NORDUni files:

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

...