mirror of
https://github.com/Jarli01/xenorchestra_installer.git
synced 2024-11-23 12:30:45 +01:00
Use yarn to install xo-server
This commit is contained in:
parent
917c3f8540
commit
12392d5cad
@ -13,7 +13,7 @@ sudo apt-get install --yes build-essential redis-server libpng-dev git python-mi
|
|||||||
git clone -b stable https://github.com/vatesfr/xo-server
|
git clone -b stable https://github.com/vatesfr/xo-server
|
||||||
git clone -b stable https://github.com/vatesfr/xo-web
|
git clone -b stable https://github.com/vatesfr/xo-web
|
||||||
cd xo-server
|
cd xo-server
|
||||||
sudo npm install && npm run build
|
yarn install --force
|
||||||
sudo cp sample.config.yaml .xo-server.yaml
|
sudo cp sample.config.yaml .xo-server.yaml
|
||||||
sudo sed -i /mounts/a\\" '/': '/opt/xo-web/dist'" .xo-server.yaml
|
sudo sed -i /mounts/a\\" '/': '/opt/xo-web/dist'" .xo-server.yaml
|
||||||
cd /opt/xo-web
|
cd /opt/xo-web
|
||||||
|
Loading…
Reference in New Issue
Block a user