The single line installation required the following steps from a root shell.
Confirm your VM's IP Address before starting the script so you know where to login to.
##Usage: The default username and password are applied, [email protected] and admin for the password
sudo bash
<password>
sudo curl https://raw.githubusercontent.com/iFloris/xenorchestra_installer/master/xo_install.sh | bash
<password>
If you don't want NFS capabilities run "sudo apt-get remove nfs-common".
##Build This script builds a working self-compiled Xen Orchestra install on a fresh VM install of Ubuntu Server 16.04.1 LTS (GNU/Linux 4.4.0-31-generic x86_64).
##Reason for forking This script was tested on august 30th 2016 because of a post on Reddit here. In recent months, I have seen quite a few mentions of the automated XOA builder script no longer working, but I was able to build it fine about 8 months ago. So I decided to test it again, using any possible enhancements. In this fork, a recent enhancement was incorporated, which I believe helps building the script on current systems.
##Credits Uses the awesome script here by scottalanmiller only changed by incorporating the enhancement proposed by Danp2 in his pull request here.