2016-01-13 20:23:15 +01:00
|
|
|
# xenorchestra_installer
|
2016-01-13 23:30:11 +01:00
|
|
|
|
2016-01-14 14:08:49 +01:00
|
|
|
The single line installation required the following steps from a root shell.
|
2016-01-13 23:30:11 +01:00
|
|
|
|
2016-01-14 14:08:49 +01:00
|
|
|
Confirm your VM's IP Address before starting the script so you know where to login to.
|
2016-01-13 23:07:46 +01:00
|
|
|
|
2016-01-14 14:08:49 +01:00
|
|
|
The default username and password are applied, admin@admin.net and admin for the password
|
|
|
|
|
|
|
|
sudo bash
|
|
|
|
<password>
|
|
|
|
sudo curl https://raw.githubusercontent.com/scottalanmiller/xenorchestra_installer/master/xo_install.sh | bash
|
|
|
|
<password>
|
|
|
|
|
|
|
|
|
2016-01-15 19:50:59 +01:00
|
|
|
For NFS capabilities run "apt-get install nfs-common" if not already installed.
|