Xen Orchestra: verschil tussen versies

Uit WaaaghPedia
Geen bewerkingssamenvatting
Regel 12: Regel 12:
git clone https://github.com/ronivay/XenOrchestraInstallerUpdater.git
git clone https://github.com/ronivay/XenOrchestraInstallerUpdater.git
cd XenOrchestraInstallerUpdater
cd XenOrchestraInstallerUpdater
cp sample.xo-install.cfg xo-install.cfg
</pre>
Bekijk de config
<pre>
nano xo-install.cfg
</pre>
Start de installatie
<pre>
./xo-install.sh --install
./xo-install.sh --install
firewall-cmd --permanent --add-service=http
firewall-cmd --permanent --add-service=http

Versie van 7 mrt 2020 15:58

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
cp sample.xo-install.cfg xo-install.cfg

Bekijk de config

nano xo-install.cfg

Start de installatie

./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

SSL

mkdir /ssl
touch /ssl/key.key
touch /ssl/cert.crt
nano /etc/xo/xo-server/config.toml #Selfhosted
nano /etc/xo-server/config.toml #XOA

https://xen-orchestra.com/docs/configuration.html#https