2018-04-08 08:49:29 +00:00
|
|
|
#!/bin/sh
|
2018-04-10 20:50:36 +00:00
|
|
|
git clone https://github.com/Freifunk-Troisdorf/meshviewer.git /tmp
|
|
|
|
mv /tmp/* /opt/meshviewer/
|
|
|
|
rm -rf /tmp/
|
2018-04-10 20:22:34 +00:00
|
|
|
cd /opt/meshviewer
|
2018-04-10 20:04:51 +00:00
|
|
|
npm install gulp -D yarn
|
|
|
|
yarn global add gulp-cli
|
2018-04-09 21:01:16 +00:00
|
|
|
gulp
|
2018-04-10 20:22:34 +00:00
|
|
|
ln -s /opt/meshviewer/build/index.html /opt/meshviewer/index.html
|