Merge pull request #177 from bvp/master

Added Heroku deploy. Fixed go-shiori/shiori#45
This commit is contained in:
Radhi 2019-09-26 16:08:36 +07:00 committed by GitHub
commit a7b41aef12
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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/readme/comparison.png) ![Comparison of reader mode and archive mode](https://raw.githubusercontent.com/go-shiori/shiori/master/docs/readme/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 ## 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. 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"
}