Add setup instructions
This commit is contained in:
parent
2d1cc332ff
commit
f081c38209
10
authserver/README.md
Normal file
10
authserver/README.md
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
Setup:
|
||||||
|
|
||||||
|
```
|
||||||
|
$ virtualenv -p python3 env
|
||||||
|
$ . env/bin/activate
|
||||||
|
(env) $ pip install -r requirements.txt
|
||||||
|
(env) $ python manage.py migrate
|
||||||
|
(env) $ python manage.py createsuperuser --email admin@example.com --username admin
|
||||||
|
(env) $ python manage.py runserver
|
||||||
|
```
|
Loading…
Reference in New Issue
Block a user