update urls
This commit is contained in:
parent
1503056c65
commit
9d57c66492
|
@ -1,7 +1,7 @@
|
||||||
Daplie Web App
|
OAuth3 Web App
|
||||||
--------------
|
--------------
|
||||||
|
|
||||||
Prototype Daplie Web App.
|
Prototype OAuth3 Web App.
|
||||||
|
|
||||||
No build tools or fancy web server required.
|
No build tools or fancy web server required.
|
||||||
|
|
||||||
|
@ -9,7 +9,7 @@ Clone and load the HTML. That's all.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
npm install -g serve-https
|
npm install -g serve-https
|
||||||
git clone git@git.daplie.com:Daplie/walnut_launchpad.git
|
git clone git@git.coolaj86.com:coolaj86/walnut_launchpad.html.git
|
||||||
|
|
||||||
# install oauth3 to /assets/oauth3.org
|
# install oauth3 to /assets/oauth3.org
|
||||||
pushd walnut_launchpad
|
pushd walnut_launchpad
|
||||||
|
@ -18,4 +18,4 @@ bash ./install.sh
|
||||||
serve-https
|
serve-https
|
||||||
```
|
```
|
||||||
|
|
||||||
<https://localhost.daplie.me:8443>
|
<https://localhost.example.com:8443>
|
||||||
|
|
Loading…
Reference in New Issue