mirror of
https://github.com/Jarli01/xenorchestra_installer.git
synced 2024-11-23 12:30:45 +01:00
Switch from yaml to toml for config file (#42)
* Switch from yaml to toml * Fix : vs =
This commit is contained in:
parent
dd046b485b
commit
8819e2e278
@ -54,8 +54,8 @@ cd $xo_server_dir
|
|||||||
/usr/bin/yarn build
|
/usr/bin/yarn build
|
||||||
|
|
||||||
cd packages/xo-server
|
cd packages/xo-server
|
||||||
cp sample.config.yaml .xo-server.yaml
|
cp sample.config.toml .xo-server.toml
|
||||||
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.toml
|
||||||
|
|
||||||
#Create node_modules directory if doesn't exist
|
#Create node_modules directory if doesn't exist
|
||||||
mkdir -p /usr/local/lib/node_modules/
|
mkdir -p /usr/local/lib/node_modules/
|
||||||
|
Loading…
Reference in New Issue
Block a user