Added Heroku deploy. Fixed go-shiori/shiori#45

This commit is contained in:
bvp 2019-09-25 08:35:52 +03:00
parent 4eb86d60d7
commit 793901ca80
3 changed files with 25 additions and 0 deletions

1
Procfile Normal file
View File

@ -0,0 +1 @@
web: bin/shiori serve -p $PORT

View File

@ -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.

11
app.json Normal file
View File

@ -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"
}