== Starting services on ismi-dev == * OpenMind running in Tomcat with Mysql: autostart * `service tomcat start` * `service mysql start` * Drupal running in Apache with Postgresql: autostart * `service apache2 start` * `service postgresql start` * Neo4j: manual start * `sudo -u www-data /usr/local/java/neo4j-community/bin/neo4j start` * Commentary visualisation: manual start in screen * `screen bash` * `cd /var/www/static-ismi/ismi-python-neo4jrestclient/` * `PYTHONIOENCODING="utf-8" /usr/local/python/ismi-env/bin/python ismi-vis.py`