Skip to content

Start the GUI

droxit-becker edited this page May 10, 2019 · 5 revisions

Start ROXcomposer

The ROXcomposer must be running if you want to use the GUI (it will ask to specify the url to a running ROXcomposer instance).

Navigate to the ROXcomposer directory and use the start_server.sh script to start the ROXcomposer:

cd path/to/roxcomposer
./start_server.sh

Start GUI

To start the ROXcomposer-GUI navigate to the GUI folder and run the django command to start the server:

cd roxgui
python3 manage.py runserver

If the GUI server has successfully started, you can access the GUI by entering localhost:800 in your browser.

GUI


Previous Page

Next Page