From 1c9248f8b2e88ab23763ae97958b8130d4e7cd91 Mon Sep 17 00:00:00 2001 From: Popsch Date: Sat, 18 Feb 2012 21:33:41 -0800 Subject: [PATCH] Updated Installing Tracks 2.0 on Ubuntu 11.04 (markdown) --- Ubuntu-11.04-minimal-setup.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Ubuntu-11.04-minimal-setup.md b/Ubuntu-11.04-minimal-setup.md index a9c0d97..b64c135 100644 --- a/Ubuntu-11.04-minimal-setup.md +++ b/Ubuntu-11.04-minimal-setup.md @@ -28,6 +28,8 @@ Tracks needs a set of ruby gems. The Gemfile specifies them. There are problems For hoe, you can fix it by uncommenting it. The test suite will not work though. +You need to specify whether you use sqlite or mysql as the database backend for Tracks. Thus, edit the Gemfile and uncomment either `gem "sqlite3"` or `gem "mysql"`. + Install the remaining gems by calling bundle: export PATH=/var/lib/gems/1.8/bin:$PATH