test
This commit is contained in:
parent
5e761fe904
commit
7491bbce98
3
start.sh
3
start.sh
@ -1,7 +1,8 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
git clone https://github.com/Freifunk-Troisdorf/meshviewer.git /opt/tmp
|
git clone https://github.com/Freifunk-Troisdorf/meshviewer.git /opt/tmp
|
||||||
cd /opt/tmp
|
cd /opt/tmp
|
||||||
npm install gulp -D yarn
|
npm install gulp -D
|
||||||
|
yarn
|
||||||
yarn global add gulp-cli
|
yarn global add gulp-cli
|
||||||
gulp
|
gulp
|
||||||
cp -r /opt/tmp/build/* /opt/meshviewer/build/
|
cp -r /opt/tmp/build/* /opt/meshviewer/build/
|
||||||
|
Loading…
Reference in New Issue
Block a user