From 81f6fedc800c64ddc28b2895cfc06c05d95086f0 Mon Sep 17 00:00:00 2001 From: Popsch Date: Wed, 22 Feb 2012 06:27:55 -0800 Subject: [PATCH] Updated Installing Tracks 2.0 on Ubuntu 11.04 (markdown) --- Ubuntu-11.04-minimal-setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ubuntu-11.04-minimal-setup.md b/Ubuntu-11.04-minimal-setup.md index b64c135..a1560e3 100644 --- a/Ubuntu-11.04-minimal-setup.md +++ b/Ubuntu-11.04-minimal-setup.md @@ -28,7 +28,7 @@ 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"`. +If you need only either mysql or sqlite for Tracks, then you will have to edit the Gemfile and comment out either `gem "sqlite3"` or `gem "mysql"`. Install the remaining gems by calling bundle: