example of a running server: http://petra.phys.yorku.ca:5000
-
Copy/clone the source code to the server computer
-
Install Python 3 and pip3 (if they are not already installed)
-
a) In development: Install the dependencies required for the gui to run:
pipenv install --dev
b) In production:
pipenv install --ignore-pipfile
- to run the web-gui, execute
python3 coldbox_controller_webgui.py -c configFile.conf [-v]
- implement python logging
- implement user login feature with user management