mirror of
https://github.com/Jarli01/xenorchestra_installer.git
synced 2024-11-23 20:36:13 +01:00
commit
3aab698f22
@ -33,11 +33,13 @@ sudo /usr/bin/apt-get install --yes build-essential redis-server libpng-dev git
|
|||||||
/usr/bin/git clone -b $xo_branch $xo_server
|
/usr/bin/git clone -b $xo_branch $xo_server
|
||||||
/usr/bin/git clone -b $xo_branch $xo_web
|
/usr/bin/git clone -b $xo_branch $xo_web
|
||||||
cd $xo_server_dir
|
cd $xo_server_dir
|
||||||
/usr/bin/yarn install --force
|
/usr/bin/yarn
|
||||||
|
/usr/bin/yarn build
|
||||||
sudo cp sample.config.yaml .xo-server.yaml
|
sudo cp sample.config.yaml .xo-server.yaml
|
||||||
sudo sed -i "s|#'/': '/path/to/xo-web/dist/'|'/': '/opt/xo-web/dist'|" .xo-server.yaml
|
sudo sed -i "s|#'/': '/path/to/xo-web/dist/'|'/': '/opt/xo-web/dist'|" .xo-server.yaml
|
||||||
cd $xo_web_dir
|
cd $xo_web_dir
|
||||||
/usr/bin/yarn install --force
|
/usr/bin/yarn
|
||||||
|
/usr/bin/yarn build
|
||||||
|
|
||||||
if [[ ! -e $systemd_service_dir/$xo_service ]] ; then
|
if [[ ! -e $systemd_service_dir/$xo_service ]] ; then
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user