mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-06-07 12:54:36 +00:00
Update README.md
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user