add template config file for riot installation

This commit is contained in:
Bruno Windels 2018-07-20 18:50:05 +02:00
parent 01612f71bf
commit 7ecd7d3873
3 changed files with 37 additions and 1 deletions

View file

@ -6,6 +6,7 @@ curl -L https://github.com/vector-im/riot-web/archive/${RIOT_BRANCH}.zip --outpu
unzip riot.zip
rm riot.zip
mv riot-web-${RIOT_BRANCH} riot-web
cp config-template/config.json riot-web/
pushd riot-web
npm install
npm run build