mirror of
https://github.com/retspen/webvirtcloud
synced 2024-10-31 19:44:16 +00:00
commit
80a27a4a6a
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue