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
|
- 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
|
||||||
|
|
Loading…
Reference in a new issue