Skip to content

Instantly share code, notes, and snippets.

View priit's full-sized avatar

Priit Tark priit

View GitHub Profile
@priit
priit / gist:6219247
Last active December 21, 2015 00:19
Chef Bootstrap Debian 7
#!/usr/bin/env bash
# Debian Boostrap, run as:
# sudo apt-get install -y curl & curl -L https://gist.github.com/priit/6219247/raw/gistfile1.txt | bash
sudo apt-get -y update
sudo apt-get -y install chef rsync
# Example way of using Chef-Solo:
@priit
priit / fresh guard user
Created February 18, 2011 09:59
Fresh Guard user
My current Gemfile with ruby 1.9.2:
gem 'rspec', '2.5.0'
gem 'rspec-rails', '2.5.0'
gem 'factory_girl_rails', '1.0.1'
gem 'steak', '1.1.0'
gem 'capybara', '0.4.1.2'
gem 'launchy', '0.3.7'
gem 'spork', '0.9.0.rc3'
gem 'guard-spork', '0.1.4'