From a4ad14f988213ade010928237a0370689da56e6a Mon Sep 17 00:00:00 2001 From: Popsch Date: Wed, 22 Feb 2012 06:27:33 -0800 Subject: [PATCH] Updated Ubuntu 11.04 with lighttpd (markdown) --- Ubuntu-11.04-with-lighttpd.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ubuntu-11.04-with-lighttpd.md b/Ubuntu-11.04-with-lighttpd.md index f6b4371..e1212a6 100644 --- a/Ubuntu-11.04-with-lighttpd.md +++ b/Ubuntu-11.04-with-lighttpd.md @@ -23,7 +23,7 @@ Comment out zentest and hoe in the Gemfile and then get some additional ruby gem sudo gem install bundler sudo /var/lib/gems/1.8/bin/bundle install -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"`. Create your config/database.yml file. It should look similar to the following. **Note:** make sure that the www-data user can read the sqlite database file. You might want to choose better paths for your database.