Update xo_install.sh

This commit is contained in:
Dustin B 2018-08-17 08:54:43 -04:00 committed by GitHub
parent c9b6d22ca1
commit a20142ff64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -58,6 +58,7 @@ cd packages/xo-server
cp sample.config.yaml .xo-server.yaml cp sample.config.yaml .xo-server.yaml
sed -i "s|#'/': '/path/to/xo-web/dist/'|'/': '/opt/xen-orchestra/packages/xo-web/dist'|" .xo-server.yaml sed -i "s|#'/': '/path/to/xo-web/dist/'|'/': '/opt/xen-orchestra/packages/xo-web/dist'|" .xo-server.yaml
#Create node_modules directory if doesn't exist
mkdir -p /usr/local/lib/node_modules/ mkdir -p /usr/local/lib/node_modules/
# symlink all plugins # symlink all plugins