Updated Installing Tracks 2.1 on Ubuntu 12.04 (markdown)

SharpX 2013-01-21 17:31:28 -08:00
parent dd381005a7
commit ca756494f9

@ -40,7 +40,7 @@ Update the Gemfile to use version 4.6.0 of ZenTest:
### Only using the database you need
You can use MySQL or SQLite for the Tracks database. If you only plan to use one of these, edit the Gemfile and comment out the one you don't want. For example, if you do not want to use SQLite, comment out the line requiring it like this.
You can use MySQL、Postgresql or SQLite for the Tracks database. If you only plan to use one of these, edit the Gemfile and comment out the one you don't want. For example, if you do not want to use SQLite, comment out the line requiring it like this.
# gem "sqlite3"