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:
parent
b909b9d0f1
commit
951498e841
2 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -3,3 +3,5 @@ websockify==0.8.0
|
|||
gunicorn==19.9.0
|
||||
lxml==4.2.3
|
||||
libvirt-python==4.4.0
|
||||
pytz
|
||||
|
||||
|
|
Loading…
Reference in a new issue