9e909d5be3
Update Bundler to 1.0.15. Update Rails to 2.3.12. Update rails_xss plugin. The latter two were the source of a considerable amount of grief, as rails_xss is now MUCH stricter about what string methods can be used. Also made it possible to use rake 0.9.x with Instiki. But you probably REALLY want to use ruby bundle exec rake ... instead of just saying rake ....
21 lines
486 B
Plaintext
21 lines
486 B
Plaintext
UPGRADING
|
|
=========
|
|
|
|
See the upgrading instructions
|
|
|
|
http://golem.ph.utexas.edu/wiki/instiki/show/Upgrading
|
|
|
|
for detailed instructions.
|
|
|
|
At a minimum, you need to backup your database.
|
|
After installing the new software and restoring your database, you need to run
|
|
|
|
ruby bundle
|
|
ruby bundle exec rake upgrade_instiki
|
|
|
|
from the commandline, to complete the upgrade. Doing a
|
|
|
|
|
|
ruby bundle update
|
|
|
|
will update the installed gems (used by Instiki) to the latest versions. |