Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 1000 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 1000 Bytes

feedcellar-heroku

A sample of Feedcellar with feedcellar-web on Heroku. Feedcellar is a full-text searchable RSS feed reader and data store that is powered by Groonga with Rroonga. feedcellar-web is a web interface for Feedcellar.

Prepare

$ git clone https://github.com/feedcellar/feedcellar-heroku.git
$ cd feedcellar-heroku

Register feed URLs

$ editor resources.yaml

Deploy

$ heroku apps:create --buildpack https://codon-buildpacks.s3.amazonaws.com/buildpacks/groonga/rroonga.tgz
$ git push heroku master
$ heroku apps:open

Notice

Take care of R10 - Boot timeout error. This error occurs when such as resources are too many.

License

CC0 1.0 Universal (Public Domain)