Skip to content

Running

kevthehermit edited this page Jan 3, 2017 · 3 revisions

Running the application is relatively simple.

cd in to the VolUtility folder.

$ ./manage.py runserver 0.0.0.0:8000

By default 0.0.0.0 makes the web appliance available on all configured interfaces. You can change this by setting 0.0.0.0 to a specific address or to 127.0.0.1 for local access only.

The port 8000 can also be changed to suit your needs.

Once started point your browser at the IP:Port and you should be greeted with the VolUtility landing page.

Clone this wiki locally