mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-17 07:40:12 +01:00
add upgrade information for 2.2.1
This commit is contained in:
parent
7a896c0b23
commit
b03651ee97
1 changed files with 13 additions and 0 deletions
|
|
@ -1,5 +1,18 @@
|
||||||
h1. Upgrading Tracks
|
h1. Upgrading Tracks
|
||||||
|
|
||||||
|
h2. Upgrading from Tracks 2.2 to 2.2.1
|
||||||
|
|
||||||
|
This release contains two bugfixes, one of which allows you to run Tracks on ruby 1.8.7. For details about the contents of the release, please see the "difference view":https://github.com/TracksApp/tracks/compare/v2.2...v2.2.1 on GitHub.
|
||||||
|
|
||||||
|
To upgrade:
|
||||||
|
# Back up your existing database and installation of Tracks
|
||||||
|
# Install Tracks 2.2.1 in a new directory
|
||||||
|
# Copy over the configuration from your previous Tracks installation. If using SQLite3, copy the old database into the new Tracks 2.2.1 directory.
|
||||||
|
# Check that you have all dependencies installed: @bundle install --without development test@
|
||||||
|
# Precompile your static assets (css, javascript, etc.) by running @bundle exec rake assets:precompile@.
|
||||||
|
# Run @bundle exec rails server -e production@ inside your Tracks 2.2 directory to start up Tracks 2.2.
|
||||||
|
# Once you are happy that everything is working well, delete your old Tracks directory.
|
||||||
|
|
||||||
h2. Upgrading from Tracks 2.1.x or 2.2RC to 2.2
|
h2. Upgrading from Tracks 2.1.x or 2.2RC to 2.2
|
||||||
|
|
||||||
This release adds a variety of new features and bugfixes to Tracks.
|
This release adds a variety of new features and bugfixes to Tracks.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue