Merge pull request #4 from Danp2/patch-1

Use yarn to install xo-server instead of npm
This commit is contained in:
Jarli01
2017-08-03 16:23:24 -04:00
committed by GitHub

View File

@@ -13,7 +13,7 @@ sudo apt-get install --yes build-essential redis-server libpng-dev git python-mi
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
yarn install --force
sudo cp sample.config.yaml .xo-server.yaml
sudo sed -i /mounts/a\\" '/': '/opt/xo-web/dist'" .xo-server.yaml
cd /opt/xo-web