From aa6c05ac1549e6b8b86c8b08b2581d5469857e91 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 f5a8e53c..b11b9c6d 100644 --- a/doc/installation.textile +++ b/doc/installation.textile @@ -88,6 +88,7 @@ h3. Install the necessary prerequisites using Bundler Tracks makes use of several other Ruby libraries (known as 'gems') to provide additional functionality. The Bundler tool makes it easy for the gems that Tracks needs to be installed. # Make sure you have bundler on your system already. It can be installed by running @gem install bundler@ +# 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.