1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2024-10-31 19:44:16 +00:00

Update README.md

This commit is contained in:
savichev 2015-10-29 11:25:37 +05:00
parent 2a3a33d746
commit e2ead89fd1

View file

@ -69,9 +69,9 @@ sudo git clone https://github.com/retspen/webvirtcloud && cd webvirtcloud
```
sudo virtualenv venv
sudo source venv/bin/activate
sudo pip install -r conf/requirements.txt
sudo venv/bin/pip install -r conf/requirements.txt
sudo cp conf/nginx/webvirtcloud.conf /etc/nginx/conf.d/
sudo python manage.py migrate
sudo venv/bin/python manage.py migrate
```
#### Configure the supervisor for CentOS