Versions Compared

Key

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

...

Version 1.0: http://gist.neo4j.org/?e598ce9c6851fd803243
Version 2.0: http://gist.neo4j.org/?fe682b1dc394dd8e4421

Anchor
setup
setup

How to set up a NI

...

instance

Setting up a NORDUni instance

...

Starting/stopping and restarting

Code Block
$ sudo service supervisorctluwsgi start|stop|restart noclook

Internal Server Error (http 500)

Stop noclook. The directory /var/opt/norduni/dependencies/neo4jdb/ and its children is probably owned by root, it should be owned by www-data.

Code Block
$ chown -R www-data:www-data /var/opt/norduni/dependencies/neo4jdb/

Start noclook again.

 

 

...