Skip to content

Rbenv configuration

diegoesp edited this page Aug 18, 2012 · 4 revisions
  1. Install basic libraries: sudo apt-get install zlib1g-dev openssl libopenssl-ruby1.9.1 libssl-dev libruby1.9.1 libreadline-dev git-core
  2. Follow the guide at RBenv git site
  3. Install ruby-build for auto deploying ruby
  4. Install the bundle gem
  5. Execute

bundle install --path vendor/bundle

To configure a particular bundle for the project

Execute bundle install as usual to get all our gems for the particular project

Clone this wiki locally