You are here
So this Link: http://getontracks.org/manual/upgrading.html tells me how to move from Tracks 1.7.2 up the ladder. (copied below)
My question is, for the Turnkey Appliance Generally Current Build, what needs to be done? Can one run "Rake" Commands in WEBSHELL? Full instructions are below. Any Turnkey Ideosyncracies to know about?
Upgrading from Tracks 1.7.x or from 2.0RC1 to Tracks 2.0 final
NOTE
-
these instructions will work too if you are upgrading to latest 2.0devel tree.
-
Actually no 2.0RC1 release was done, but some people have been using a development version referred to as RC1. Upgrading is the same as from 1.7.x to RC2.
To upgrade:
-
Back up your existing database and installation of Tracks
-
Install Tracks 2.0RC 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.0RC directory.
-
Run
rake db:migrate RAILS_ENV=production
to update your old database to the new schema — you did back up your database didn’t you? -
Run
script/server
inside your Tracks 2.0RC directory to start up Tracks 2.0RC2. -
Once you are happy that everything is working well, delete your old Tracks directory.
If you did not start with a new copy of Tracks as described above, but installed over an older version (or used git to pull in a newer version), you need to remove the cached version of the javascript and stylesheets of Tracks.
-
jquery-cached.js from public/javascripts
-
tracks-cached.js from public/javascripts
-
trachs-cached.css from public/stylesheets
If you are running an older version of Tracks (1.8devel), they could also be called jquery-all.js, tracks.js and all.css
2.2.1?
Hello there!
Sorry to dredge up this old post--
I've been playing with the tracks app and so far really like it. I'm interested in bringint it up to the current version, but my rails experience is next to zero. Have you done the further updating and had any success?
Everything I do winds up with an "error 500"
Of course...
Best of all would be if TKL's edition of tracks were to simply be upgraded to the latest build... ;)
Upgrading from 2.0 to 2.2.2
Hopefully this helps somebody out there.
Add new comment