Updated Installing Tracks 2.0 on Ubuntu 11.04 (markdown)

Popsch 2012-02-22 06:27:55 -08:00
parent a4ad14f988
commit 81f6fedc80

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