Update README.md
This commit is contained in:
parent
48f7225907
commit
e7c7aa4695
18
README.md
18
README.md
|
@ -79,15 +79,15 @@ Fast Deployment Setup
|
||||||
---------------------
|
---------------------
|
||||||
To only run the python interface follow this steps:
|
To only run the python interface follow this steps:
|
||||||
|
|
||||||
1. python3 -menv env-django-orchestra
|
1. `python3 -menv env-django-orchestra`
|
||||||
2. source env-django-orchestra/bin/activate
|
2. `source env-django-orchestra/bin/activate`
|
||||||
3. echo $HOME/django-orchestra/ | sudo tee env-django-orchestra/lib/python*/site-packages/orchestra.pth
|
3. `echo $HOME/django-orchestra/ | sudo tee env-django-orchestra/lib/python3*/site-packages/orchestra.pth`
|
||||||
4. pip3 install -r $HOME/django-orchestra/requirements.txt
|
4. `pip3 install -r $HOME/django-orchestra/requirements.txt`
|
||||||
5. django-admin.py startproject panel --template="$HOME/django-orchestra/orchestra/conf/project_template"
|
5. `django-admin.py startproject panel --template="$HOME/django-orchestra/orchestra/conf/project_template"`
|
||||||
6. python3 panel/manage.py migrate accounts
|
6. `python3 panel/manage.py migrate accounts`
|
||||||
7. python3 panel/manage.py migrate
|
7. `python3 panel/manage.py migrate`
|
||||||
8. python3 panel/manage.py runserver
|
8. `python3 panel/manage.py runserver`
|
||||||
9. open http://localhost:8000/admin
|
9. open http://localhost:8000/admin`
|
||||||
|
|
||||||
None of the services will work but you can see the web interface
|
None of the services will work but you can see the web interface
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue