meshviewer-docker/start.sh
2018-04-14 22:39:57 +02:00

8 lines
184 B
Bash

#!/bin/sh
git clone https://github.com/Freifunk-Troisdorf/meshviewer.git /tmp
cd /tmp
npm install gulp -D yarn
yarn global add gulp-cli
gulp
cp -r /tmp/build/* /opt/meshviewer/build/