Browse Source
Update getting-started.md
Activate environment before executing manage commands
pull/1277/head
Leonardo Apolonio
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
1 deletions
-
docs/getting-started.md
|
|
@ -51,8 +51,10 @@ Or, you can setup via Python and Node.js: |
|
|
|
|
|
|
|
```bash |
|
|
|
$ git clone https://github.com/doccano/doccano.git |
|
|
|
$ cd doccano/app |
|
|
|
$ cd doccano |
|
|
|
$ pipenv sync --dev |
|
|
|
$ pipenv shell |
|
|
|
$ cd app |
|
|
|
$ python manage.py migrate |
|
|
|
$ python manage.py create_roles |
|
|
|
$ python manage.py create_admin --noinput --username "admin" --email "admin@example.com" --password "password" |
|
|
|