mirror of
https://github.com/retspen/webvirtcloud
synced 2026-03-23 11:04:49 +00:00
Removed libxml2-dev and libxml2-devel dupe. Also added python-libguestfs needed.
This commit is contained in:
parent
c07d1b1a6e
commit
958ad87190
1 changed files with 2 additions and 2 deletions
|
|
@ -55,7 +55,7 @@ wget -O - https://clck.ru/9V9fH | sudo sh
|
|||
### Install WebVirtCloud panel (CentOS)
|
||||
|
||||
```bash
|
||||
sudo yum -y install python-virtualenv python-devel libxml2-dev libvirt-devel glibc gcc nginx supervisor git libxml2 libxml2-devel git
|
||||
sudo yum -y install python-virtualenv python-devel python-libguestfs libvirt-devel glibc gcc nginx supervisor git libxml2 libxml2-devel git
|
||||
```
|
||||
|
||||
#### Creating directories and cloning repo
|
||||
|
|
@ -129,7 +129,7 @@ server {
|
|||
listen 80;
|
||||
|
||||
server_name servername.domain.com;
|
||||
access_log /var/log/nginx/webvirtcloud-access_log;
|
||||
access_log /var/log/nginx/webvirtcloud-access_log;
|
||||
|
||||
location /static/ {
|
||||
root /srv/webvirtcloud;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue