Refer to Issues Page
Navigate to django folder and run python3 manage.py test. Don't forget to have the Listener running on localhost!
Go to django/myproject/myapp/NodeListener and run python3 schedule_session_tests.py.
- Go to
django/myproject/myapp/NodeListenerand runhug -f NodeListener.py.
- [If testing something involving scheduling] Create a scheduling CSV that schedules on ID 0 instead of 1,2,3 (currently, refer to the end of the first line of the CSV).
- Navigate to
djangoand runpython3 manage.py runserver 0.0.0.0:8080. - Click this link: http://localhost:8080
On RFSNS, navigate to nodelistener package folder and run nohup startlistener &.
On idc-dev, navigate to django folder and run sudo nohup python3 manage.py runserver 0.0.0.0:443 &.
Connection refused error: The Listener isn't running or the Controller is looking at the wrong address for it. If you get this during a Controller test, be sure that you have a Listener running locally.
ImportError: You're missing a Python module that we require. pip3 install {} where {} == the name of the module given in the ImportError.
I can't reach the Controller page: Be sure the django server is running on idc-dev, it may be down for upgrades.