mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-04-26 07:55:52 +03:00
[GH-ISSUE #136] Wrote a guide for Arch Linux + WebVirtCloud Install #88
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#88
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 @NonaSuomy on GitHub (Aug 4, 2017).
Original GitHub issue: https://github.com/retspen/webvirtcloud/issues/136
Hope someone has some use for it.
http://nonasuomy.github.io/webvirtcloud/
@tracernz commented on GitHub (Mar 17, 2018):
The only things I'd suggest to be more "arch-like" is replacing supervisord with systemd, and making a PKGBUILD + pushing it to AUR to simplify some of the setup. 👍
@zingmars commented on GitHub (Jun 6, 2018):
The guide is a bit outdated now (there's no need to uncomment the libvirt line in requirements anymore). It also never tells you that you need to copy the settings.py (
cp webvirtcloud/settings.py.template webvirtcloud/settings.py) file. You also copy the nginx config right inside thesites-enabledfolder, when the way it's set up should be - copy to sites-available and then symlink active virtualhosts insites-available.You also forgot to mention that you need dsnmasq and ebtables for network management and that you need to add the http user to the libvirt (or was it kvm) group.
Also, since the gstfsd is in the repo as well, there's no real reason to download it seperately to update it. Just git pull and copy the new gstfsd script.
Still, I suppose it's a start.