25 lines
1.0 KiB
Markdown
25 lines
1.0 KiB
Markdown
# Xen-Orchestra (Community) Installer
|
|
|
|
Xen-Orchestra (Community) allows you to administer Citrix XenServer and XCP-NG as well as backup any VM's running on these systems.
|
|
|
|
Confirm your VM's IP Address before starting the script so you know where to login to.
|
|
|
|
The single line installer allows you to go from a bare-minimal installation of Ubuntu to fully operational. Run the following steps from a root shell.
|
|
|
|
sudo bash
|
|
<password>
|
|
sudo curl https://raw.githubusercontent.com/Jarli01/xenorchestra_installer/master/xo_install.sh | bash
|
|
<password>
|
|
|
|
The default username and password are applied, admin@admin.net and admin for the password
|
|
|
|
If you don't want NFS capabilities run "sudo apt-get remove nfs-common".
|
|
|
|
If you ever get stuck on a specific revision of XO, or are receiving an alert saying "Please tell us who you are" from git
|
|
you need to run the below:
|
|
|
|
git config --global user.email "you@example.com"
|
|
git config --global user.name "Your Name"
|
|
|
|
Provide your name and email address in the quoted sections, without quotes.
|