mirror of
https://github.com/Jarli01/xenorchestra_installer
synced 2026-07-28 17:31:21 +00:00
Compare commits
9 Commits
update_dep
...
Jarli01-V2
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8aa0e0b067 | ||
|
|
8b713b3025 | ||
|
|
03aa26e8fd | ||
|
|
5a5f8035f2 | ||
|
|
3c3e7710c7 | ||
|
|
58fcac8659 | ||
|
|
ac22baf7a9 | ||
|
|
8c8f2e0d1d | ||
|
|
ada0c8dc91 |
@@ -83,4 +83,11 @@ While the goal initially was to have a solution as close to XOA as possible, wit
|
|||||||
|
|
||||||
To keep XOCE up to date I recommend that anyone who's used this installation script or the sources installation to use this: https://github.com/Jarli01/xenorchestra_updater
|
To keep XOCE up to date I recommend that anyone who's used this installation script or the sources installation to use this: https://github.com/Jarli01/xenorchestra_updater
|
||||||
|
|
||||||
|
## Adding XOCE v6 to your installation (this is a Work In Progress by Vates)
|
||||||
|
|
||||||
|
cd /opt/xen-orchestra
|
||||||
|
yarn run turbo run build --filter @xen-orchestra/web
|
||||||
|
|
||||||
|
Once the installation is completed, you can then go to [https://your-host-ip/v6](https://your-host-ip/v6)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -22,7 +22,13 @@ xo_service="xo-server.service"
|
|||||||
|
|
||||||
# Ensures that Yarn dependencies are installed
|
# Ensures that Yarn dependencies are installed
|
||||||
/usr/bin/apt-get update
|
/usr/bin/apt-get update
|
||||||
/usr/bin/apt-get --yes install git curl apt-transport-https gnupg
|
/usr/bin/apt-get --yes install git curl apt-transport-https gnupg nbdkit libnbd-bin
|
||||||
|
|
||||||
|
# Downloads VDDK plugin from Broadcom (hardcoded URI..... see #8840 from Vates/Xen Orchestra)
|
||||||
|
wget --content-disposition --trust-server-names --no-check-certificate "https://gitlab.com/Jarli01/xenorchestra_installer/-/raw/master/VMware-vix-disklib-9.0.0.0.24742305.x86_64.tar.gz"
|
||||||
|
|
||||||
|
sudo mkdir /usr/local/lib/vddk
|
||||||
|
sudo tar -xvf "./VMware-vix-disklib-9.0.0.0.24742305.x86_64.tar.gz" -C /usr/local/lib/vddk
|
||||||
|
|
||||||
#Install yarn
|
#Install yarn
|
||||||
cd /opt
|
cd /opt
|
||||||
|
|||||||
Reference in New Issue
Block a user