Skip to content

Commit

Permalink
Add Heroku deploy button
Browse files Browse the repository at this point in the history
  • Loading branch information
albertoperdomo committed Sep 16, 2014
1 parent 58e6d02 commit c19eb75
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,11 @@ This app is running on Heroku, using the free test version of the

<https://node-neo4j-template.herokuapp.com/>

If you want to run your own instance similarly, it's easy:
If you want to run your own instance similarly, it's just one click of a button away:

[![Deploy](https://www.herokucdn.com/deploy/button.png)](https://heroku.com/deploy)

If you prefer to deploy this sample app manually, these are the steps:

```
heroku create [your-app-name]
Expand Down
7 changes: 7 additions & 0 deletions app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "node-neo4j-template",
"description": "A template app for using Neo4j from Node.js, using the node-neo4j driver. Deployment using GrapheneDB.",
"website": "https://github.com/thingdom/node-neo4j",
"keywords": ["node", "neo4j"],
"addons": ["graphenedb:chalk"]
}

0 comments on commit c19eb75

Please sign in to comment.