Skip to content

Latest commit

 

History

History
executable file
·
17 lines (12 loc) · 417 Bytes

run.md

File metadata and controls

executable file
·
17 lines (12 loc) · 417 Bytes

Running Instructions

Developers

  1. Follow the install instructions

  2. To start the Django Local Server, run the following commands:

cd ~/crux-judge
source env/bin/activate
cd src/server
sudo python3 manage.py runserver

Check if the localserver is working, by opening your browser and typing 127.0.0.1:8000 If you see the contest login page, you have successfully run the server!