Update README
This commit is contained in:
parent
975c975e69
commit
390b6632e6
1 changed files with 6 additions and 2 deletions
|
@ -22,15 +22,19 @@ Supported languages:
|
|||
- Perl
|
||||
- Python 2 / Python 3
|
||||
|
||||
Support plagiarism detection via [Stanford MOSS](https://theory.stanford.edu/~aiken/moss/).
|
||||
|
||||
## Installation
|
||||
|
||||
Check out the install documentation at [docs.dmoj.ca](docs.dmoj.ca). Remember to update the `local_settings.py`.
|
||||
|
||||
## Usage
|
||||
|
||||
Activate virtualenv:
|
||||
```bash
|
||||
source dmojsite/bin/activate
|
||||
```
|
||||
|
||||
Remember to update the `local_settings.py`.
|
||||
|
||||
Run server:
|
||||
```bash
|
||||
python manage.py runserver 0.0.0.0:8000
|
||||
|
|
Loading…
Reference in a new issue