Project

lalala

0.02
Repository is archived
No commit activity in last 3 years
No release in over 3 years
There's a lot of open issues
Lalala: Probably the best CMS in the world
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
 Dependencies

Runtime

= 3.10.2
= 2.6.3
= 1.10.0
= 0.3.0
~> 0.1.0.dev
= 0.17.1
= 2.14.0
= 3.2.16
= 0.7.3
= 2.3.0
= 1.5.1
 Project Readme

Lalala Build Status Dependency Status Gem Version Code Climate

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