mirror of
https://github.com/Jarli01/xenorchestra_installer
synced 2025-12-23 12:09:58 +00:00
Compare commits
5 Commits
apt-transp
...
Declaratio
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b061efdf76 | ||
|
|
33d5e4fd39 | ||
|
|
5aab7cc740 | ||
|
|
a72e3b8295 | ||
|
|
f957eb5c0f |
49
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
49
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
@@ -0,0 +1,49 @@
|
|||||||
|
---
|
||||||
|
name: Bug report
|
||||||
|
about: Create a report to help us help you
|
||||||
|
title: ''
|
||||||
|
labels: ''
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
**Describe the bug**
|
||||||
|
A clear and concise description of what the bug is.
|
||||||
|
|
||||||
|
**To Reproduce**
|
||||||
|
Steps to reproduce the behavior:
|
||||||
|
1. Go to '...'
|
||||||
|
2. Click on '....'
|
||||||
|
3. Scroll down to '....'
|
||||||
|
4. See error
|
||||||
|
|
||||||
|
**Expected behavior**
|
||||||
|
A clear and concise description of what you expected to happen.
|
||||||
|
|
||||||
|
**Screenshots**
|
||||||
|
If applicable, add screenshots to help explain your problem.
|
||||||
|
|
||||||
|
**Desktop/Server details (please complete the following information):**
|
||||||
|
- OS: [e.g. iOS]
|
||||||
|
- Browser [e.g. chrome, safari]
|
||||||
|
- Version [e.g. 22]
|
||||||
|
|
||||||
|
**Additional context**
|
||||||
|
Add any other context about the problem here.
|
||||||
|
|
||||||
|
**Confirm XOCE services are running**
|
||||||
|
Please run ```systemctl status xo-server.service``` and paste the resulting output below.
|
||||||
|
|
||||||
|
**Provide the output of journalctl logs**
|
||||||
|
Please run ```journalctl -u xo-server -f -n 50``` and paste the resulting output below.
|
||||||
|
|
||||||
|
**Provide answers to these questions:**
|
||||||
|
* Is this a fresh install or an upgrade?
|
||||||
|
* Version of XOCE server and web interface you're running
|
||||||
|
* What OS is XOCE running on?
|
||||||
|
* What method you used to install XOCE (xo_install.sh, manual installation, etc)
|
||||||
|
* What specific XOCE page you're on, and what specific element you're interacting with to trigger the error
|
||||||
|
* If a stacktrace is provided in the error, include that too.
|
||||||
|
* Any errors that appear in your browser's error console.
|
||||||
|
* Include what you've done so far in the installation, and if you got any error messages along the way.
|
||||||
|
* Indicate whether or not you've manually edited any data directly.
|
||||||
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Xen-Orchestra (Community Edition) allows you to administer Citrix XenServer and XCP-ng as well as backup any VM's running on these systems.
|
Xen-Orchestra (Community Edition) allows you to administer Citrix XenServer and XCP-ng as well as backup any VM's running on these systems.
|
||||||
|
|
||||||
The single line installation script allows you to go from a bare-minimal installation of Ubuntu or Debian (Server) to fully operational XOCE server. Run the following steps from a root shell.
|
The single line installation script allows you to go from a bare-minimal installation of [Ubuntu](https://ubuntu.com/download/server) or [Debian (Server)](https://www.debian.org/distrib/netinst) to fully operational XOCE server. Run the following steps from a root shell.
|
||||||
|
|
||||||
sudo bash
|
sudo bash
|
||||||
<password>
|
<password>
|
||||||
@@ -16,6 +16,10 @@ If you don't want NFS capabilities run ```sudo apt-get remove nfs-common```.
|
|||||||
* Do not use LAMP
|
* Do not use LAMP
|
||||||
* SSH Access is optional, but highly recommended
|
* SSH Access is optional, but highly recommended
|
||||||
|
|
||||||
|
# Declaration
|
||||||
|
|
||||||
|
This script automates the manual process which can be [found here](https://xen-orchestra.com/docs/from_the_sources.html) as well as removes a few feature restrictions that otherwise would need to be changed manually if following the manual installation process. This script is not officially supported by the Vates team, but is supported by this community.
|
||||||
|
|
||||||
# Problems?
|
# Problems?
|
||||||
|
|
||||||
Check out our [Troubleshooting Page](https://github.com/Jarli01/xenorchestra_installer/blob/master/TROUBLESHOOTING.md)!
|
Check out our [Troubleshooting Page](https://github.com/Jarli01/xenorchestra_installer/blob/master/TROUBLESHOOTING.md)!
|
||||||
@@ -26,7 +30,7 @@ I'm often asked "why can't this be run on CentOS or Fedora" to which my only rep
|
|||||||
|
|
||||||
That isn't to say that this installation script won't work on other distributions, please contribute and help us to spread XOCE to other platforms.
|
That isn't to say that this installation script won't work on other distributions, please contribute and help us to spread XOCE to other platforms.
|
||||||
|
|
||||||
Initially my goal was to simply setup and start using XOCE for a tiny production shop to be able to use an open source hypervisor (Citrix XenServer at the time) and have a management tool/backup solution. Which was initially NAUBackup and XenCenter, when I found XOA and that there was an open source management solution and backup solution that wasn't script based I jumped for it, taking the manuall installation process provided by Olivier and his team and automating it.
|
Initially my goal was to simply setup and start using XOCE for a tiny production shop to be able to use an open source hypervisor (Citrix XenServer at the time) and have a management tool/backup solution. Which was initially [NAUBackup](https://github.com/NAUbackup/VmBackup) and XenCenter, when I found XOA and that there was an open source management solution and backup solution that wasn't script based I jumped for it, taking the manuall installation process provided by Olivier and his team and automating it.
|
||||||
|
|
||||||
That goal transformed into the desire to assist the developers of XOA by using and hopefully finding any bugs or quirks that needed to be worked out while staying in line with the original goal of being as nearly compatibile as possible to XOA.
|
That goal transformed into the desire to assist the developers of XOA by using and hopefully finding any bugs or quirks that needed to be worked out while staying in line with the original goal of being as nearly compatibile as possible to XOA.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user