1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2024-12-24 23:25:24 +00:00

README fix ubuntu installation package +libxslt1-dev

conf/requirements.txt pytz is required by migrate
This commit is contained in:
Ing. Jan KRCMAR 2018-07-26 13:36:40 +02:00
parent b909b9d0f1
commit 951498e841
2 changed files with 4 additions and 2 deletions

View file

@ -32,7 +32,7 @@ print(''.join([random.SystemRandom().choice(haystack) for _ in range(50)]))
### Install WebVirtCloud panel (Ubuntu)
```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
cd webvirtcloud
cp webvirtcloud/settings.py.template webvirtcloud/settings.py

View file

@ -2,4 +2,6 @@ Django==1.11.14
websockify==0.8.0
gunicorn==19.9.0
lxml==4.2.3
libvirt-python==4.4.0
libvirt-python==4.4.0
pytz