Skip to content

Commit

Permalink
Merge pull request #177 from bvp/master
Browse files Browse the repository at this point in the history
Added Heroku deploy. Fixed #45
  • Loading branch information
RadhiFadlillah authored Sep 26, 2019
2 parents b137fe4 + 793901c commit a7b41ae
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 0 deletions.
1 change: 1 addition & 0 deletions Procfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
web: bin/shiori serve -p $PORT
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

## 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.
Expand Down
11 changes: 11 additions & 0 deletions app.json
Original file line number Diff line number Diff line change
@@ -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"
}

0 comments on commit a7b41ae

Please sign in to comment.