diff --git a/Procfile b/Procfile new file mode 100644 index 0000000..a5862b0 --- /dev/null +++ b/Procfile @@ -0,0 +1 @@ +web: bin/shiori serve -p $PORT diff --git a/README.md b/README.md index 886e464..0a188a0 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,19 @@ Shiori is a simple bookmarks manager written in Go language. Intended as a simpl ![Comparison of reader mode and archive mode](https://raw.githubusercontent.com/go-shiori/shiori/master/docs/comparison.png) +## Deploying to Heroku + +```sh +$ heroku create +$ git push heroku master +$ heroku open +``` + +or + +[![Deploy](https://www.herokucdn.com/deploy/button.png)](https://heroku.com/deploy) + + ## Documentation All documentation is available in [wiki](https://github.com/RadhiFadlillah/shiori/wiki). If you think there are incomplete or incorrect information, feels free to edit it. diff --git a/app.json b/app.json new file mode 100644 index 0000000..c4c78d5 --- /dev/null +++ b/app.json @@ -0,0 +1,11 @@ +{ + "name": "Shiori", + "description": "Shiori is a simple bookmarks manager written in Go language. Intended as a simple clone of Pocket", + "keywords": [ + "bookmark", + "go", + "pocket" + ], + "website": "http://github.com/go-shiori/shiori", + "repository": "http://github.com/go-shiori/shiori" +}