Skip to content

Running

rel0aded911 edited this page Apr 26, 2016 · 3 revisions

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.

Clone this wiki locally