mirror of
https://github.com/Jarli01/xenorchestra_installer.git
synced 2025-01-20 07:19:00 +01:00
fixing paths
This commit is contained in:
parent
06796eed17
commit
1f7a9b52ea
@ -12,8 +12,8 @@ git clone -b stable https://github.com/vatesfr/xo-server
|
||||
git clone -b stable https://github.com/vatesfr/xo-web
|
||||
cd xo-server
|
||||
sudo npm install && npm run build
|
||||
cp xo-server/sample.config.yaml xo-server/.xo-server.yaml
|
||||
sed /mounts/a\\" '/': '/opt/xo-web/dist'" xo-server/.xo-server.yaml
|
||||
cp sample.config.yaml .xo-server.yaml
|
||||
sed /mounts/a\\" '/': '/opt/xo-web/dist'" .xo-server.yaml
|
||||
cd /opt/xo-web
|
||||
sudo npm i lodash.trim@3.0.1
|
||||
sudo npm install
|
||||
|
Loading…
Reference in New Issue
Block a user