Add instructions to comment out unused gems

Fixes #1398 [ci skip]
This commit is contained in:
Dan Rice 2014-07-11 20:12:57 -04:00
parent 4bc0db0d5e
commit aa6c05ac15

View file

@ -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.