Read more

Install gems for all bundled projects

Arne Hartherz
November 05, 2010Software engineer at makandra GmbH

This is a bash script for those of you who need to install all gems for all projects (e.g. to get started quickly on a newly installed system).

Illustration web development

Do you need DevOps-experts?

Your development team has a full backlog? No time for infrastructure architecture? Our DevOps team is ready to support you!

  • We build reliable cloud solutions with Infrastructure as code
  • We are experts in security, Linux and databases
  • We support your dev team to perform
Read more Show archive.org snapshot

Put it into your ~/bin/ and run it from the directory that holds your projects.

Note that, like the vanilla bundle install, this will fail whenever a new gem compiles native components and requires a missing system dependency.

Posted by Arne Hartherz to makandra dev (2010-11-05 10:05)