1
0
Fork 0
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:
Tomas Olivares 2015-08-01 18:33:10 +02:00
parent c07d1b1a6e
commit 958ad87190

View file

@ -55,7 +55,7 @@ wget -O - https://clck.ru/9V9fH | sudo sh
### Install WebVirtCloud panel (CentOS) ### Install WebVirtCloud panel (CentOS)
```bash ```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 #### Creating directories and cloning repo
@ -129,7 +129,7 @@ server {
listen 80; listen 80;
server_name servername.domain.com; server_name servername.domain.com;
access_log /var/log/nginx/webvirtcloud-access_log; access_log /var/log/nginx/webvirtcloud-access_log;
location /static/ { location /static/ {
root /srv/webvirtcloud; root /srv/webvirtcloud;