Update xo_install.sh

more changes. . .
This commit is contained in:
Jarli01 2018-02-07 10:16:50 -05:00 committed by GitHub
parent 5d84edb8e2
commit b7887a36cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,8 +33,7 @@ sudo /usr/bin/apt-get install --yes build-essential redis-server libpng-dev git
# Patch to allow config restore
sed -i 's/< 5/> 0/g' /opt/xen-orchestra/xo-web/dist/src/xo-app/settings/config/index.js
cd packages/xo-server
cd /opt/xen-orchestra/packages/xo-server
sudo cp sample.config.yaml .xo-server.yaml
sudo sed -i "s|#'/': '/path/to/xo-web/dist/'|'/': '/opt/xen-orchestra/packages/xo-web/dist'|" .xo-server.yaml