Herage
A RubyonRails application generator tailored to a very opinionated set of requirements:
- postgres
- foreman
- thin
- haml
- twitter bootstrap
Requirements
- Postgres server
- Heroku gem
Installation
$ gem install herage
- by default it uses the username "olistik" and the blank password to acces the database. It's likely going to change in the next releases. ^_^
Usage
herage <app_name>
wait 2-3 minutes..
cd <app_name>
heroku open
TODO
- split here-documents into separate template files
- set configurations in ~/.herage and allow the override of sensible defaults
- use
systeminstead ofexec?
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request