Skip to content

Instantly share code, notes, and snippets.

@rafamanzo
Last active August 29, 2015 13:57
Show Gist options
  • Save rafamanzo/9859244 to your computer and use it in GitHub Desktop.
Save rafamanzo/9859244 to your computer and use it in GitHub Desktop.
Kalibro Gatekeeper Installation
#!/bin/bash
git clone https://github.com/mezuro/kalibro_gatekeeper.git
cd kalibro_gatekeeper
cp config/database.yml.sample config/database.yml
export BUNDLE_GEMFILE=$PWD/Gemfile
bundle install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment