mirror of
https://github.com/Jarli01/xenorchestra_installer
synced 2025-12-31 16:09:58 +00:00
Compare commits
3 Commits
dp_mod
...
update_dep
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e54fc57cdc | ||
|
|
47bd62ec0a | ||
|
|
c092780246 |
@@ -39,7 +39,7 @@ To maintain your installation from Source or from this repo. (either prepackaged
|
||||
|
||||
# Declarations
|
||||
|
||||
This script automates the manual process which can be [found here](https://xen-orchestra.com/docs/from_the_sources.html) as well as removes a few feature restrictions that otherwise would need to be changed manually if following the manual installation process. This script is not officially supported by the Vates team, but is supported by this community.
|
||||
This script automates the manual process which can be [found here](https://docs.xen-orchestra.com/installation) as well as removes a few feature restrictions that otherwise would need to be changed manually if following the manual installation process. This script is not officially supported by the Vates team, but is supported by this community.
|
||||
|
||||
# Self-signed SSL
|
||||
|
||||
|
||||
@@ -37,13 +37,13 @@ echo "$yarn_repo" | tee /etc/apt/sources.list.d/yarn.list
|
||||
/bin/chmod +x $n_location
|
||||
|
||||
# Install node via n
|
||||
n 18
|
||||
n lts
|
||||
|
||||
# Symlink node directories
|
||||
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
|
||||
/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/git clone -b $xo_branch $xo_server
|
||||
|
||||
|
||||
Reference in New Issue
Block a user