This branch is developed to work with Xen Ochestra 4 for Xen Server 6.X, developed on Xen Server 6.5. As version 7 of Xenserver has launched, future developes may break compatibility. Thus the creation of this branch.
The AutoXOA project installs and configures Xen Orchestra V4 from their legacy branch source. The purpose is to automate the procedure for developer environments and home lab use.
To set up AutoXOA, all you need is a Debian install or variant such as Ubuntu. First install curl. Execute the preceding curl command to retrieve and run the autoXOA script.
To set up AutoXOA, all you need is a Debian install or variant such as Ubuntu. First install curl. Execute the preceding curl command to retrieve and run the autoXOA script.
Install curl
apt-get install curl
Run the AutoXOA script
curl -L autoXOAv4.zxcv.us | bash
And thats it! The default installation is in /xoa/. Preceding instalation, you can start the XO-server package from the autoXOA script. The script is installed in /xoa/autoXOA.sh.
If you are running this on a minimal install, whiptail also needs to be installed.
apt-get install whiptail
If you are running on Ubuntu, you must run it under sudo -i for the bash script to function.
sudo -i curl -L autoXOAv4.zxcv.us | bash
Run the DevAutoXOA script
curl -L DevAutoXOA.zxcv.us | bash
- Support auto updating of XOA via NPM
- Allow for branch switching between stable and development builds
- Build a prototype layout.
- Gather commands for installation from source.
- Write curl script to run tasks automatically.
- Complete autopilot install.
- Develop automatic updates.
- Configure static ip addressing.
- Enable service starting on boot.
- Supress output from sever [run in background]
- Build a community portal feedback website.
- Release preconfigured image.
There are currently no questions.
Copyright [2016] [Ryan Morris]
Licensed under the GNU General Public License v3.0.
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.