mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-06-04 03:19:38 +00:00
README fix ubuntu installation package +libxslt1-dev
conf/requirements.txt pytz is required by migrate
This commit is contained in:
@@ -32,7 +32,7 @@ print(''.join([random.SystemRandom().choice(haystack) for _ in range(50)]))
|
|||||||
### Install WebVirtCloud panel (Ubuntu)
|
### Install WebVirtCloud panel (Ubuntu)
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
sudo apt-get -y install git python-virtualenv python-dev python-lxml libvirt-dev zlib1g-dev nginx supervisor libsasl2-modules gcc pkg-config python-guestfs
|
sudo apt-get -y install git python-virtualenv python-dev python-lxml libvirt-dev zlib1g-dev libxslt1-dev nginx supervisor libsasl2-modules gcc pkg-config python-guestfs
|
||||||
git clone https://github.com/retspen/webvirtcloud
|
git clone https://github.com/retspen/webvirtcloud
|
||||||
cd webvirtcloud
|
cd webvirtcloud
|
||||||
cp webvirtcloud/settings.py.template webvirtcloud/settings.py
|
cp webvirtcloud/settings.py.template webvirtcloud/settings.py
|
||||||
|
|||||||
@@ -3,3 +3,5 @@ websockify==0.8.0
|
|||||||
gunicorn==19.9.0
|
gunicorn==19.9.0
|
||||||
lxml==4.2.3
|
lxml==4.2.3
|
||||||
libvirt-python==4.4.0
|
libvirt-python==4.4.0
|
||||||
|
pytz
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user