Getting Started
Mac OS X or UNIX
$ gem install bundler
$ git clone git://github.com/lokka/lokka.git
$ cd lokka
$ bundle install --without=production:<Databases which not use>
You can set in <Databases which not use>, mysql, postgresql, sqlite. For example, you can only use sqlite, following:
$ bundle install --without=production:postgresql:mysql
$ bundle exec rake db:setup
$ bundle exec rackup
Web server will start at localhost. Access to http://localhost:9292/ . Default username and password are test / test.
Windows
- Install RubyInstaller for Windows.
- Download lokka-win32-v
VERSION.zip, extract and execute. - Access to http://localhost:9292/
Heroku
Lokka is the best for Heroku.
$ gem install heroku bundler
$ git clone git://github.com/lokka/lokka.git
$ cd lokka
$ heroku create mysite-by-lokka
$ git push heroku master
$ heroku run rake db:setup
$ heroku apps:open
Page 2010-09-08 20:08:23