From b7126998b23fc6ae0929018cdab94196c07a7081 Mon Sep 17 00:00:00 2001 From: Dan Rice Date: Fri, 11 Jul 2014 20:12:57 -0400 Subject: [PATCH] Add instructions to comment out unused gems Fixes #1398 [ci skip] --- doc/installation.textile | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/installation.textile b/doc/installation.textile index d535e2b3..8c2c1cba 100644 --- a/doc/installation.textile +++ b/doc/installation.textile @@ -52,6 +52,7 @@ h2. Install dependencies Tracks is built upon a number of Ruby libraries (known as 'gems'). The Bundler tool makes it easy to install all the gems that Tracks needs, and ensures that they are all the correct versions. +# Edit the file @Gemfile@ in the Tracks root directory. You may comment out any database drivers you will not be using. You may also comment out @therubyracer@ if you are installing Tracks on Windows or Mac OS X, or if you have another JavaScript runtime such as Node.js installed. # Run the command @bundle install --without development test@ in the directory that you unzipped your Tracks download to. # Wait for Bundler to finish installing the necessary gems that Tracks needs. This can take some time depending on the speed of your internet connection and the speed of the system you're installing Tracks on.