Skip to content

Instantly share code, notes, and snippets.

View Maxoos's full-sized avatar

Maxoos

  • Melbourne, Australia
View GitHub Profile
@Maxoos
Maxoos / Gemfile
Created January 8, 2016 19:57 — forked from mm53bar/Gemfile
Automagically launch an EC2 image and then provision it using sunzi
source 'http://rubygems.org'
gem 'sunzi'
gem 'rake'
gem 'fog'
# installing curb gem on Ubuntu require libcurl
sudo apt-get install libcurl3-dev
Or new version, but it conflicts if some libraries.
sudo apt-get install libcurl4-dev
(some other packages libcurl4-openssl-dev libcurl4-gnutls-dev)
gem install curb