test
This commit is contained in:
parent
4190c2020b
commit
ba6dcedb49
8
start.sh
8
start.sh
@ -1,9 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
sleep 60
|
git clone https://github.com/Freifunk-Troisdorf/meshviewer.git /tmp
|
||||||
rm -rf /opt/meshviewer/
|
cd /tmp
|
||||||
git clone https://github.com/Freifunk-Troisdorf/meshviewer.git /opt/meshviewer
|
|
||||||
cd /opt/meshviewer
|
|
||||||
npm install gulp -D yarn
|
npm install gulp -D yarn
|
||||||
yarn global add gulp-cli
|
yarn global add gulp-cli
|
||||||
gulp
|
gulp
|
||||||
ln -s /opt/meshviewer/build/index.html /opt/meshviewer/index.html
|
cp -r /tmp/build/* /opt/meshviewer/build/
|
||||||
|
Loading…
Reference in New Issue
Block a user