Versions Compared

Key

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

...

Code Block
sudo su
cd /opt/norduni/src/niweb
. env/bin/activate
export JAVA_HOME=/usr/lib/jvm/java-6-openjdk/
python manage.py runserver 0.0.0.0:80

Now you should be able surf to your machines ip and see the NOCLook app started.

To add more hosts just go to /opt/norduni/tools/nerds/producers/nmap_services.

...