IGO(Iranian Geometry Olympiad) currently served at igo-official.ir
1- Install virtualenv and activate venv following instruction in the link blow
2- Inside the activated venv, install projcet requirements
pip install -r requirements.txt
3- Run the development server
./manage.py runsever 0.0.0.0:8000
1- Simply build and run with docker
docker-compose -f deploy/docker-compose.yml up -d
2- You may also want to transfer media files and apply database dump from old server (I'm not really in the mood to explain. Sorry!)
- You can find the following under docs
- CODE_OF_CONDUCT
- CONTRIBUTING
- README
- LICENSE
- ISSUE_TEMPLATE