mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 15:20:13 +01:00
Update SQLite support status in install docs
SQLite is fully supported as of #1766.
This commit is contained in:
parent
af6fbede45
commit
4d0b55355e
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ Tracks has a few software requirements that must be satisfied before installatio
|
|||
|
||||
1. **Ruby**. Tracks requires Ruby 1.9.3 or greater.
|
||||
2. **Bundler**. Tracks requires a recent version of [Bundler](http://bundler.io) to handle the installation of dependencies. Bundler is typically installed by running `gem install bundler`.
|
||||
3. **Database**. Tracks is tested on [MySQL](http://www.mysql.com/), but [SQLite](http://www.sqlite.org/) and [PostgreSQL](http://www.postgresql.org/) can also be used. Of the three, SQLite requires the least configuration. Whatever your choice, the appropriate database software must be installed.
|
||||
3. **Database**. Tracks is tested on [MySQL](http://www.mysql.com/) and [SQLite](http://www.sqlite.org/), but [PostgreSQL](http://www.postgresql.org/) can also be used. Of the three, SQLite requires the least configuration. Whatever your choice, the appropriate database software must be installed.
|
||||
|
||||
## Get Tracks
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue