issuer.html/install.sh

15 lines
311 B
Bash
Raw Normal View History

2017-05-22 23:25:43 +00:00
#!/bin/bash
2017-05-23 19:10:37 +00:00
# git clone git@git.daplie.com:OAuth3/org.oauth3.git /srv/walnut/packages/pages/org.oauth3
2017-05-22 23:25:43 +00:00
mkdir -p assets
if [ -d ./assets/org.oauth3 ]; then
git clone git@git.daplie.com:Daplie/oauth3.js.git ./assets/org.oauth3
fi
pushd ./assets/org.oauth3
git checkout v1
git pull
popd
2017-05-23 19:10:37 +00:00
2017-05-22 23:25:43 +00:00
bower install rsvp