Running - efstratios/TriageIR-Map GitHub Wiki

Running the application is relatively simple.

  • Open a terminal and change your directory to the TriageIR_Map folder:

    e.g. : $ cd ~/home/Downloads/TriageIR_Map

  • Run the application

    $ python manage.py runserver 0.0.0.0:8000

By default 0.0.0.0 makes the web appliance available on all configured interfaces, port 8000 can also be changed to suit your needs. You can change this by setting 0.0.0.0 to a specific address or to 127.0.0.1 for local access only.

Once started point your browser (works best with Chrome) at the IP:Port and you should be greeted with the TriageIR-Map main page.