Skip to content

Instantly share code, notes, and snippets.

@crofty
Created November 3, 2009 17:37
Show Gist options
  • Save crofty/225262 to your computer and use it in GitHub Desktop.
Save crofty/225262 to your computer and use it in GitHub Desktop.
Integrity CI setup on slicehost
# Integrity CI setup on slicehost
useradd -m ci
sudo passwd ci
su ci
bash
gem install bundler
git clone git://github.com/integrity/integrity
cd integrity
git checkout -b deploy v0.2.0
gem bundle --only default
./bin/rake db
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment