mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-04-25 15:35:57 +03:00
[GH-ISSUE #38] Installation Instructions for CentOS 7 #25
Labels
No labels
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/webvirtcloud#25
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @choclo on GitHub (Jul 31, 2015).
Original GitHub issue: https://github.com/retspen/webvirtcloud/issues/38
CentOS7 Install Instructions
I recently installed webvirtcloud on CentOS7 bare metal and ran into some issues and misconfigurations that are not documented so I thought I'd share with the community.
Install software
There are some packages you need to install a bit different (well, different names) than ubuntu.
rpm installation
Creating directories and cloning repo
Start installation webvirtcloud
Configure the supervisor for CentOS
Add the following after the [include] line (after *files = ... * actually):
Edit the nginx.conf file
You will need to edit the main nginx.conf file as the one that comes from the rpm's will not work. Comment the following lines:
Also make sure file in /etc/nginx/conf.d/webvirtcloud.conf has the proper paths:
Change permissions so nginx can read the webvirtcloud folder:
Add required user to the kvm group:
Install final required packages for libvirtd and others
Please note this will not install gstfsd.ini correctly. You will need to download the file and install it manually:
Let's restart nginx and the supervisord services:
And finally, check everything is running:
Done!!
Go to http://serverip and you should see the login screen.
@soukron commented on GitHub (Jul 31, 2015):
This instructions almost worked for me.
Two notes: