Sha256: 233aa260d5bb38786b7f4eb402ebf1a2f3548d27005b5fda4329cdc7bf8a156b

Contents?: true

Size: 1.59 KB

Versions: 84

Compression:

Stored size: 1.59 KB

Contents

# Lalala [![Build Status](https://secure.travis-ci.org/mrhenry/lalala-ng.png)](http://travis-ci.org/mrhenry/lalala-ng?branch=master) [![Dependency Status](https://gemnasium.com/mrhenry/lalala-ng.png)](https://gemnasium.com/mrhenry/lalala-ng) [![Gem Version](https://badge.fury.io/rb/lalala.png)](http://badge.fury.io/rb/lalala) [![Code Climate](https://codeclimate.com/github/mrhenry/lalala-ng.png)](https://codeclimate.com/github/mrhenry/lalala-ng)

TODO: Write a gem description

## Installation

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


## Configuration

| 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 |

## Usage

TODO: Write usage instructions here

## Contributing

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request

Version data entries

84 entries across 84 versions & 1 rubygems

Version Path
lalala-4.0.0.dev.416 README.md
lalala-4.1.0.dev.413 README.md
lalala-4.1.0.dev.412 README.md
lalala-4.1.0.dev.411 README.md
lalala-4.1.0.dev.410 README.md
lalala-4.1.0.dev.409 README.md
lalala-4.0.0.dev.407 README.md
lalala-4.1.0.dev.408 README.md
lalala-4.1.0.dev.398 README.md
lalala-4.1.0.dev.397 README.md
lalala-4.0.0.dev.396 README.md
lalala-4.0.0.dev.395 README.md
lalala-4.1.0.dev.394 README.md
lalala-4.1.0.dev.392 README.md
lalala-4.0.0.dev.393 README.md
lalala-4.1.0.dev.391 README.md
lalala-4.1.0.dev.390 README.md
lalala-4.1.0.dev.389 README.md
lalala-4.0.0.dev.388 README.md
lalala-4.1.0.dev.387 README.md