Update README.md

This commit is contained in:
Marc Aymerich 2015-05-01 20:15:08 +02:00
parent e7c7aa4695
commit 22930f8c5c
1 changed files with 12 additions and 11 deletions

View File

@ -77,19 +77,20 @@ If you are planing to do some development or perhaps just checking out this proj
Fast Deployment Setup Fast Deployment Setup
--------------------- ---------------------
To only run the python interface follow this steps: To only run the Python interface follow these steps:
1. `python3 -menv env-django-orchestra` ```bash
2. `source env-django-orchestra/bin/activate` python3 -menv env-django-orchestra
3. `echo $HOME/django-orchestra/ | sudo tee env-django-orchestra/lib/python3*/site-packages/orchestra.pth` source env-django-orchestra/bin/activate
4. `pip3 install -r $HOME/django-orchestra/requirements.txt` echo $HOME/django-orchestra/ | sudo tee env-django-orchestra/lib/python3*/site-packages/orchestra.pth
5. `django-admin.py startproject panel --template="$HOME/django-orchestra/orchestra/conf/project_template"` pip3 install -r $HOME/django-orchestra/requirements.txt
6. `python3 panel/manage.py migrate accounts` django-admin.py startproject panel --template="$HOME/django-orchestra/orchestra/conf/project_template"
7. `python3 panel/manage.py migrate` python3 panel/manage.py migrate accounts
8. `python3 panel/manage.py runserver` python3 panel/manage.py migrate
9. open http://localhost:8000/admin` python3 panel/manage.py runserver
```
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 on http://localhost:8000/admin
License License
------- -------