From 97eaea6a7582077560518d3914dbab132c8efb9d Mon Sep 17 00:00:00 2001 From: hillct Date: Sat, 3 Dec 2016 14:13:18 -0500 Subject: [PATCH 1/2] BasicDocker Button deployment with template app.json file --- README.md | 2 ++ app.json | 8 ++++++++ 2 files changed, 10 insertions(+) create mode 100644 app.json diff --git a/README.md b/README.md index fc7f30b1..82408a40 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/app.json b/app.json new file mode 100644 index 00000000..005f6f0e --- /dev/null +++ b/app.json @@ -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" +} From dda4ac3aafaa7c300455b06a67c158d6f04eadd5 Mon Sep 17 00:00:00 2001 From: hillct Date: Sat, 3 Dec 2016 14:45:28 -0500 Subject: [PATCH 2/2] Very simple addition of deploy to Heroku button Typo corrections --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 82408a40..64d47571 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ 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: + - Either click [![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/amark/gun/tree/0.5) to deploy to your existing Heroku account immediately, OR: ```bash git clone https://github.com/amark/gun.git