instiki/UPGRADING

21 lines
486 B
Plaintext
Raw Permalink Normal View History

2009-10-23 18:13:26 +02:00
UPGRADING
=========
See the upgrading instructions
http://golem.ph.utexas.edu/wiki/instiki/show/Upgrading
2010-12-01 18:12:45 +01:00
for detailed instructions.
At a minimum, you need to backup your database.
2009-10-23 18:13:26 +02:00
After installing the new software and restoring your database, you need to run
2010-12-01 18:12:45 +01:00
ruby bundle
ruby bundle exec rake upgrade_instiki
2009-10-23 18:13:26 +02:00
2010-12-01 18:12:45 +01:00
from the commandline, to complete the upgrade. Doing a
ruby bundle update
will update the installed gems (used by Instiki) to the latest versions.