issuer.html/README.md

17 lines
504 B
Markdown
Raw Permalink Normal View History

2017-05-23 19:10:37 +00:00
This is a WALNUT module representing the html package for oauth3.org.
2017-05-22 23:25:43 +00:00
2017-05-23 19:10:37 +00:00
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
2017-05-30 17:32:49 +00:00
pushd /srv/walnut/packages/pages/org.oauth3
2017-05-23 19:10:37 +00:00
bash ./install.sh
2017-05-30 17:32:49 +00:00
popd
2017-05-23 19:10:37 +00:00
```
2017-05-31 03:57:45 +00:00
```bash
echo "org.oauth3" >> /srv/walnut/packages/sites/EXAMPLE.COM
```
2017-05-23 19:10:37 +00:00
This uses the OAuth3 JavaScript SDK `oauth3.js` as a subpackage in `/srv/walnut/packages/pages/org.oauth3/assets/org.oauth3`.