BasicDocker Button deployment with template app.json file

This commit is contained in:
hillct 2016-12-03 14:13:18 -05:00
parent 968ec73aea
commit 97eaea6a75
2 changed files with 10 additions and 0 deletions

View File

@ -78,6 +78,8 @@ Try the [interactive tutorial](http://gun.js.org/think.html) in the browser (**5
Then visit [http://localhost:8080](http://localhost:8080) in your browser.
### [Heroku](https://www.heroku.com/)
- Eihe click [![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy) to deploy to your existing Heroku account immediately, OR:
```bash
git clone https://github.com/amark/gun.git
cd gun

8
app.json Normal file
View File

@ -0,0 +1,8 @@
{
"name": "gun-server",
"website": "http://gun.js.org",
"repository": "https://github.com/amark/gun",
"logo": "https://avatars3.githubusercontent.com/u/8811914",
"keywords": ["node", "gun", "gunDB", "database","graph","offline-first"],
"description": "Javascript, Offline-First Javascript Graph Database Server Peer"
}