mirror of
https://github.com/Jarli01/xenorchestra_installer
synced 2025-12-28 06:29:58 +00:00
Compare commits
8 Commits
update_dep
...
fuse2fs-di
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4dc9b830ba | ||
|
|
15ddc7cea5 | ||
|
|
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
|
||||
|
||||
## 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)
|
||||
|
||||
|
||||
|
||||
@@ -43,7 +43,7 @@ n lts
|
||||
ln -s /usr/bin/node /usr/local/bin/node
|
||||
|
||||
# Install XO dependencies
|
||||
/usr/bin/apt-get install --yes build-essential redis-server libpng-dev git python3-minimal libvhdi-utils nfs-common lvm2 cifs-utils openssl
|
||||
/usr/bin/apt-get install --yes build-essential redis-server libpng-dev git python3-minimal libvhdi-utils nfs-common lvm2 cifs-utils openssl fuse2fs
|
||||
|
||||
/usr/bin/git clone -b $xo_branch $xo_server
|
||||
|
||||
|
||||
Reference in New Issue
Block a user