Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sugyan/idol-calendar

http://idol-calendar.herokuapp.com/
https://github.com/sugyan/idol-calendar

Last synced: about 2 months ago
JSON representation

http://idol-calendar.herokuapp.com/

Awesome Lists containing this project

README

        

### development ###

$ git clone git://github.com/sugyan/idol-calendar.git
$ cd idol-calendar
$ bundle install --path vendor/gems
$ bundle exec padrino rake sq:migrate:auto
$ bundle exec padrino rake seed
$ foreman start

### deploy ###

$ heroku apps:create
$ heroku config:set TZ=Asia/Tokyo
$ heroku config:set GOOGLE_API_EMAILADDRESS=*********************************************@developer.gserviceaccount.com
$ heroku config:set GOOGLE_API_KEY="-----BEGIN RSA PRIVATE KEY-----
...
-----END RSA PRIVATE KEY-----"
$ git push heroku master
$ heroku run bundle exec padrino rake sq:migrate:auto
$ heroku run bundle exec padrino rake seed
$ heroku restart

### tasks ###

crawling (use scheduler:standard)

$ bundle exec padrino rake crawling