Update README

This commit is contained in:
thanhluong 2021-01-02 17:12:18 +09:00
parent 975c975e69
commit 390b6632e6
No known key found for this signature in database
GPG key ID: DE43DC5D6EAD4368

View file

@ -22,15 +22,19 @@ Supported languages:
- Perl - Perl
- Python 2 / Python 3 - Python 2 / Python 3
Support plagiarism detection via [Stanford MOSS](https://theory.stanford.edu/~aiken/moss/).
## Installation ## Installation
Check out the install documentation at [docs.dmoj.ca](docs.dmoj.ca). Remember to update the `local_settings.py`.
## Usage
Activate virtualenv: Activate virtualenv:
```bash ```bash
source dmojsite/bin/activate source dmojsite/bin/activate
``` ```
Remember to update the `local_settings.py`.
Run server: Run server:
```bash ```bash
python manage.py runserver 0.0.0.0:8000 python manage.py runserver 0.0.0.0:8000