Xen Orchestra: verschil tussen versies

Uit WaaaghPedia
Regel 39: Regel 39:
su
su
apt update -y && apt upgrade -y
apt update -y && apt upgrade -y
git clone https://github.com/ronivay/XenOrchestraInstallerUpdater.git
cd XenOrchestraInstallerUpdater
cd XenOrchestraInstallerUpdater
./xo-install.sh --update
./xo-install.sh --update
</pre>
</pre>

Versie van 21 aug 2019 16:03

https://xen-orchestra.com/docs/from_the_sources.html

https://github.com/ronivay/XenOrchestraInstallerUpdater


CentOS 7

Install

yum install -y git
git clone https://github.com/ronivay/XenOrchestraInstallerUpdater.git
cd XenOrchestraInstallerUpdater
./xo-install.sh --install
firewall-cmd --permanent --add-service=http
firewall-cmd --permanent --add-service=https
firewall-cmd --reload

Update

yum update -y && yum upgrade -y
cd XenOrchestraInstallerUpdater
./xo-install.sh --update

Debian

Install

su
apt install -y git
git clone https://github.com/ronivay/XenOrchestraInstallerUpdater.git
cd XenOrchestraInstallerUpdater
./xo-install.sh --install

Update

su
apt update -y && apt upgrade -y
cd XenOrchestraInstallerUpdater
./xo-install.sh --update