Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hooopo/blog_padrino


https://github.com/hooopo/blog_padrino

Last synced: 14 days ago
JSON representation

Awesome Lists containing this project

README

        

## Usage

1. bundle install
2. rake ar:create && rake ar:migrate
3. rake seed

## Heroku Deploy

1. heroku create
2. git push heroku master
3. heroku rake ar:migrate
4. heroku rake seed
5. heroku config:set session_secret=xxxxxx

## test