We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
If you ever need a script to run neonion, here it is:
#!/bin/bash # Running neonion is fun sudo /etc/init.d/elasticsearch start sudo /etc/init.d/tomcat7 start killall python source venv2.7/bin/activate cd annotator-store python run.py & cd ../neonion-internal python manage.py runserver 0.0.0.0:8000
The script should be placed be in the parent folder of neonion-internal!
neonion-internal