Skip to content

Instantly share code, notes, and snippets.

@jmchilton
Created June 26, 2014 04:29
Show Gist options
  • Save jmchilton/ff8298efef8b50d23545 to your computer and use it in GitHub Desktop.
Save jmchilton/ff8298efef8b50d23545 to your computer and use it in GitHub Desktop.
% sudo apt-get install curl git software-properties-common gawk g++ gcc make libc6-dev libreadline6-dev zlib1g-dev libssl-dev libyaml-dev libsqlite3-dev sqlite3 autoconf libgdbm-dev libncurses5-dev automake libtool bison pkg-config libffi-dev
% \curl -L https://get.rvm.io | bash -s stable
% source /home/vagrant/.rvm/scripts/rvm
% rvm install ruby-2.0
% rvm gemset create fpm
% rvm use @fpm
% gem install fpm
Next login
% rvm use @fpm
% fpm
# Also this may be a good idea: 'alias fpm="rvm use @fpm; \fpm"'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment