1
0
Derivar 0
Este cometimento está contido em:
AJ ONeal 2017-05-23 19:10:37 +00:00
ascendente 3327521bd3
cometimento a0bd7474cc
2 ficheiros modificados com 13 adições e 2 eliminações

Ver ficheiro

@ -1,3 +1,11 @@
This is taken from parts of org.oauth3-frontend and oauth3.js
This is a WALNUT module representing the html package for oauth3.org.
Needs a proper README. TODO cc / @coolaj86
It must be installed to `/srv/walnut/packages/pages/org.oauth3`
```bash
git clone git@git.daplie.com:OAuth3/org.oauth3.git /srv/walnut/packages/pages/org.oauth3
git checkout fs-nosql
bash ./install.sh
```
This uses the OAuth3 JavaScript SDK `oauth3.js` as a subpackage in `/srv/walnut/packages/pages/org.oauth3/assets/org.oauth3`.

Ver ficheiro

@ -1,5 +1,7 @@
#!/bin/bash
# git clone git@git.daplie.com:OAuth3/org.oauth3.git /srv/walnut/packages/pages/org.oauth3
mkdir -p assets
if [ -d ./assets/org.oauth3 ]; then
git clone git@git.daplie.com:Daplie/oauth3.js.git ./assets/org.oauth3
@ -8,4 +10,5 @@ pushd ./assets/org.oauth3
git checkout v1
git pull
popd
bower install rsvp