diff --git a/README.md b/README.md index 0f20532..4f205bc 100644 --- a/README.md +++ b/README.md @@ -156,17 +156,17 @@ Change permissions so nginx can read the webvirtcloud folder: sudo chown -R nginx:nginx /srv/webvirtcloud ``` +Change permission for selinux: + +```bash +sudo semanage fcontext -a -t httpd_sys_content_t "/srv/webvirtcloud(/.*)" +``` + Add required user to the kvm group: ```bash sudo usermod -G kvm -a webvirtmgr ``` - -#### Install final required packages for libvirtd and others -```bash -wget -O - https://clck.ru/9V9fH | sudo sh -``` - Let's restart nginx and the supervisord services: ```bash sudo systemctl restart nginx && systemctl restart supervisord @@ -182,6 +182,11 @@ webvirtcloud RUNNING pid 24185, uptime 2:59:14 ``` +#### Install final required packages for libvirtd and others on Host Server +```bash +wget -O - https://clck.ru/9V9fH | sudo sh +``` + Done!! Go to http://serverip and you should see the login screen.