mirror of
https://github.com/retspen/webvirtcloud
synced 2024-11-01 03:54:15 +00:00
Updated CentOS 7 installation (markdown)
parent
9f9c26c067
commit
f71283f3de
1 changed files with 2 additions and 2 deletions
|
@ -3,10 +3,10 @@
|
||||||
sudo yum -y install python-virtualenv python-devel libvirt-devel glibc gcc nginx supervisor libxml2 libxml2-devel git
|
sudo yum -y install python-virtualenv python-devel libvirt-devel glibc gcc nginx supervisor libxml2 libxml2-devel git
|
||||||
```
|
```
|
||||||
|
|
||||||
2. Create working directory and repo into it:
|
2. Create ```working``` directory and clone repo into it:
|
||||||
```
|
```
|
||||||
sudo mkdir /srv && cd /srv
|
sudo mkdir /srv && cd /srv
|
||||||
sudo git ```clone``` https://github.com/retspen/webvirtcloud && cd webvirtcloud
|
sudo git clone https://github.com/retspen/webvirtcloud && cd webvirtcloud
|
||||||
```
|
```
|
||||||
|
|
||||||
3. Edit 'conf/requirements.txt':
|
3. Edit 'conf/requirements.txt':
|
||||||
|
|
Loading…
Reference in a new issue