1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2024-11-01 03:54:15 +00:00

Merge pull request #66 from savichev/patch-9

Update README.md
This commit is contained in:
Anatoliy Guskov 2015-10-29 11:41:50 +02:00
commit 80a27a4a6a

View file

@ -69,9 +69,9 @@ sudo git clone https://github.com/retspen/webvirtcloud && cd webvirtcloud
``` ```
sudo virtualenv venv sudo virtualenv venv
sudo source venv/bin/activate 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 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 #### Configure the supervisor for CentOS