Skip to content

Instantly share code, notes, and snippets.

@ayumin
Created November 10, 2012 17:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ayumin/4051837 to your computer and use it in GitHub Desktop.
Save ayumin/4051837 to your computer and use it in GitHub Desktop.
lokka installer
#!/usr/bin/env bash
git clone git://github.com/komagata/lokka.git
cd lokka
heroku create
git push heroku master
heroku addons:add heroku-postgresql:dev
heroku pg:info | head -n1 | awk '{print $2}' | xargs heroku pg:promote
heroku run rake db:setup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment