1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2024-11-01 03:54:15 +00:00
No description
Find a file
2015-04-21 14:46:58 +03:00
accounts Fixed pep8 2015-04-06 10:51:50 +03:00
computes Fixed some bugs and redesigned html 2015-04-21 14:46:58 +03:00
conf Adde urls for app 2015-04-02 09:37:46 +03:00
console Resoved problem with app template 2015-04-02 16:20:46 +03:00
create Fixed pep8 2015-04-06 10:51:50 +03:00
dev Adde urls for app 2015-04-02 09:37:46 +03:00
instances Fixed some bugs and redesigned html 2015-04-21 14:46:58 +03:00
interfaces Fixed pep8 2015-04-06 10:51:50 +03:00
logs Fixed pep8 2015-04-06 10:51:50 +03:00
networks Fixed pep8 2015-04-06 10:51:50 +03:00
secrets Fixed pep8 2015-04-06 10:51:50 +03:00
static Fixed some bugs and redesigned html 2015-04-21 14:46:58 +03:00
storages Fixed some bugs and redesigned html 2015-04-21 14:46:58 +03:00
templates Fixed some bugs and redesigned html 2015-04-21 14:46:58 +03:00
vrtManager Adde urls for app 2015-04-02 09:37:46 +03:00
webvirtcloud Fixed pep8 2015-04-06 10:51:50 +03:00
.gitignore DB changes 2015-04-02 14:24:28 +03:00
.travis.yml Fixed pep8 2015-04-06 10:51:50 +03:00
manage.py Initial commit 2015-02-27 10:53:51 +02:00
README.md Update README.md 2015-03-27 16:32:33 +02:00
Vagrantfile Added production files 2015-03-27 16:20:30 +02:00

WebVirtCloud

Description

WebVirtMgr is a libvirt-based Web interface for managing virtual machines for admins and users. It allows you to create and configure new domains, and adjust a domain's resource allocation. A noVNC viewer presents a full graphical console to the guest domain. KVM is currently the only hypervisor supported.

Install WebVirtCloud panel

sudo apt-get -y install git python-pip python-dev python-libvirt python-libxml2 nginx supervisor
git clone https://github.com/retspen/webvirtcloud
cd webvirtmgr
sudo pip install -r conf/requirements.txt
python manage.py migrate
sudo cp conf/supervisor/webvirtcloud.conf /etc/supervisor/conf.d
sudo cp conf/nginx/webvirtcloud.conf /etc/nginx/conf.d
cd ..
sudo mv webvirtcloud /var/www/
sudo chown -R www-data:www-data /var/www/webvirtcloud

Restart services for running WebVirtCloud:

sudo service nginx restart
sudo service supervisor restart

Setup libvirt and KVM on server

wget -O - https://clck.ru/9Sz6S | sudo sh

Default credentials

login: admin

password: admin