mirror of
https://github.com/TracksApp/tracks.git
synced 2025-09-21 21:40:48 +02:00
Modified installation instructions, to note that Ruby 2.7 is not tested.
This commit is contained in:
parent
7dbec86c08
commit
c32aa6cbc2
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ For alternative installation options and tips for specific environments, please
|
|||
|
||||
Tracks has a few software requirements that must be satisfied before installation:
|
||||
|
||||
1. **Ruby**. Tracks requires Ruby 2.4 or greater.
|
||||
1. **Ruby**. Tracks requires Ruby 2.4 or greater, but is not tested with 2.7.
|
||||
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/) 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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue