CMS written in Ruby for cloud computing.
-
Performs in the cloud environment such as Google App Engine and Heroku as well as Windows, Mac, and Linux.
-
Designed with reference to WordPress for WordPress users to easily understand.
-
Easy installation
-
Easy to create a theme for designers.
-
A clear plug-in API for Rubyists
$ gem install bundler $ git clone git://github.com/komagata/lokka.git $ cd lokka $ bundle install --without=production:test $ bundle exec rake db:setup $ bundle exec ruby lokka.rb
View at: localhost:9646/
$ gem install bundler $ git clone git://github.com/komagata/lokka.git $ cd lokka $ heroku apps:create $ git push heroku master $ heroku rake db:setup $ heroku apps:open
$ rake spec
-
Fork the project.
-
Make your feature addition or bug fix.
-
Add tests for it. This is important so I don’t break it in a future version unintentionally.
-
Commit, do not mess with rakefile, version, or history. (if you want to have your own version, that is fine but bump version in a commit by itself I can ignore when I pull)
-
Send me a pull request. Bonus points for topic branches.
Copyright © 2010 Masaki Komagata. See LICENSE for details.