[Lokka] How to Deploy and Run on Heroku

Tadashi Shigeoka ·  Sun, May 6, 2012

I tried deploying and running Lokka, a cloud-compatible Ruby CMS, on Heroku.

Deploying Lokka on Heroku is straightforward by following the official site’s instructions.

Getting Started - Lokka

git clone git://github.com/komagata/lokka.git
mv lokka/ english-study
cd english-study/
heroku create english-study
git push heroku master
heroku rake db:setup
heroku open

I created a blog for English conversation and English learning.

http://english-study.heroku.com/

I plan to write about daily English learning progress on the blog while gradually exploring Lokka.

That’s all from the Gemba.