TODO: Write a gem description
Make sure you have rails 3.X installed. Then run the generator:
rails new [APP_NAME] -b https://raw.github.com/mrhenry/lalala-ng/master/lib/lalala/utils/install_template.rb
Or you can install a specific version:
rails _3.2.15_ new [APP_NAME] -b https://raw.github.com/mrhenry/lalala-ng/master/lib/lalala/utils/install_template.rb
ENV | values | description |
---|---|---|
RAILS_ENV | "development" , "test" , "staging" , "production" |
Environment for Rails app |
RACK_ENV | "development" , "test" , "staging" , "production" |
Environment for Rails app |
APP_NAME | <string> |
Name of the application |
LALALA_S3_ACCESS_KEY | <string> |
The AWS S3 access key |
LALALA_S3_SECRET_KEY | <string> |
The AWS S3 secret key |
LALALA_S3_BUCKET | <string> |
Name of the S3 bucket |
TODO: Write usage instructions here
- 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