-
Notifications
You must be signed in to change notification settings - Fork 1
ashutoshram/TestServer
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is a basic set of instructions so that you can run the server on your local machine. WINDOWS: 1. Navigate to TestServer/Django and make sure you're running python3.6. 2. Run "python3 -m pip install -r eos/requirements.txt" to install any dependencies. 3. Run "python3 manage.py makemigrations" to register any changes that have been made to the database. 4. Run "python3 manage.py migrate" and commit these changes to the server. 5. Now we can run the server. Run "python3 manage.py runserver" to get the server up and running. 6. Navigate to "127.0.0.1:8000/eos/" and you should see the home page of the TestServer. 7. From here, you should be able to Upload a Test using the button in the top right, and run that test using the Run button. 8. If you see "Invalid Script" that means that the Server was either unable to import the script or you are running the script in Debug mode. (To change from Debug to Production, just change the "production" value to True.) 9. Any other issues with the Server will be recorded in the Terminal and you should be able to see the root of the problem there.
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published