From b3745c0e9682025257e0af5d9331a198b4c13f87 Mon Sep 17 00:00:00 2001 From: Popsch Date: Sat, 18 Feb 2012 21:34:00 -0800 Subject: [PATCH] Updated Ubuntu 11.04 with lighttpd (markdown) --- Ubuntu-11.04-with-lighttpd.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Ubuntu-11.04-with-lighttpd.md b/Ubuntu-11.04-with-lighttpd.md index 9f93fd2..f6b4371 100644 --- a/Ubuntu-11.04-with-lighttpd.md +++ b/Ubuntu-11.04-with-lighttpd.md @@ -23,6 +23,8 @@ 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"`. + 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. test: &TEST @@ -86,4 +88,4 @@ Test whether the script is working by starting it: ## Getting https running -Check whether you have ssl compiled into lighttpd with `lighttpd -v`. It should mention ssl. Then following this guide to enable ssl: http://redmine.lighttpd.net/wiki/1/HowToSimpleSSL +Check whether you have ssl compiled into lighttpd with `lighttpd -v`. It should mention ssl. Then following this guide to enable ssl: http://redmine.lighttpd.net/wiki/1/HowToSimpleSSL \ No newline at end of file