mirror of
				https://github.com/retspen/webvirtcloud
				synced 2025-07-31 12:41:08 +00:00 
			
		
		
		
	Merge pull request #57 from jcppkkk/patch-1
Require libsasl2-modules for TCP Connection
This commit is contained in:
		
						commit
						eac356b50a
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -22,7 +22,7 @@ WebVirtCloud is a virtualization web interface for admins and users. It can dele
 | 
				
			||||||
### Install WebVirtCloud panel (Ubuntu)
 | 
					### Install WebVirtCloud panel (Ubuntu)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
```bash
 | 
					```bash
 | 
				
			||||||
sudo apt-get -y install git python-virtualenv python-dev libxml2-dev libvirt-dev zlib1g-dev nginx supervisor
 | 
					sudo apt-get -y install git python-virtualenv python-dev libxml2-dev libvirt-dev zlib1g-dev nginx supervisor libsasl2-modules
 | 
				
			||||||
git clone https://github.com/retspen/webvirtcloud
 | 
					git clone https://github.com/retspen/webvirtcloud
 | 
				
			||||||
cd webvirtcloud
 | 
					cd webvirtcloud
 | 
				
			||||||
sudo cp conf/supervisor/webvirtcloud.conf /etc/supervisor/conf.d
 | 
					sudo cp conf/supervisor/webvirtcloud.conf /etc/supervisor/conf.d
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue