mirror of
https://github.com/retspen/webvirtmgr.git
synced 2026-04-26 08:05:54 +03:00
[PR #311] [MERGED] WebVirtMgr deployment via Fabric/Fabtools #616
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?
📋 Pull Request Information
Original PR: https://github.com/retspen/webvirtmgr/pull/311
Author: @mohabusama
Created: 5/18/2014
Status: ✅ Merged
Merged: 5/19/2014
Merged by: @retspen
Base:
master← Head:master📝 Commits (8)
cd3c200Added Fabric deployment scriptccacf68Fix for nginx multi-os support buge75c6efFixes for CentOS deploymentb5caccbFix deploy with Non Root528ebcfTested with Centos 6.5f060e24Fix for Fedora(20,19) installation2920f0fAdded requirements.txt and README.md3c9b824Updated README📊 Changes
9 files changed (+411 additions, -0 deletions)
View changed files
➕
deploy/fabric/README.md(+111 -0)➕
deploy/fabric/fab_requirements.txt(+2 -0)➕
deploy/fabric/fabfile.py(+37 -0)➕
deploy/fabric/settings.py(+30 -0)➕
deploy/fabric/templates/README.md(+13 -0)➕
deploy/fabric/templates/nginx.conf(+14 -0)➕
deploy/fabric/templates/original.nginx.conf(+45 -0)➕
deploy/fabric/templates/webvirtmgr.ini(+8 -0)➕
deploy/fabric/utils.py(+151 -0)📄 Description
This pull request enables users to deploy WebVirtMgr on a remote server via Fabric.
Deployment can be done with one command like:
All scripts are placed in deploy/fabric directory.
Regards,
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.