mirror of
https://github.com/retspen/webvirtcloud
synced 2024-12-25 15:45:23 +00:00
Update README.md
This commit is contained in:
parent
981eb65fac
commit
fafce78e68
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ WebVirtMgr is a libvirt-based Web interface for managing virtual machines for ad
|
||||||
```bash
|
```bash
|
||||||
sudo apt-get -y install git python-pip python-dev python-libvirt python-libxml2 nginx supervisor
|
sudo apt-get -y install git python-pip python-dev python-libvirt python-libxml2 nginx supervisor
|
||||||
git clone https://github.com/retspen/webvirtcloud
|
git clone https://github.com/retspen/webvirtcloud
|
||||||
cd webvirtmgr
|
cd webvirtcloud
|
||||||
sudo pip install -r conf/requirements.txt
|
sudo pip install -r conf/requirements.txt
|
||||||
python manage.py migrate
|
python manage.py migrate
|
||||||
sudo cp conf/supervisor/webvirtcloud.conf /etc/supervisor/conf.d
|
sudo cp conf/supervisor/webvirtcloud.conf /etc/supervisor/conf.d
|
||||||
|
|
Loading…
Reference in a new issue