Skip to content

Commit

Permalink
upgrade: adding upgrade instructions for the recent portrait ui refin…
Browse files Browse the repository at this point in the history
…ements (require codebase update, cache clean and backgroundrb restart).
  • Loading branch information
Kieran Pilkington committed Jan 21, 2009
1 parent c47dfc1 commit 0f6d2b9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions UPGRADE
Expand Up @@ -33,6 +33,14 @@ GENERAL NOTE: if you are upgrading your production Kete instance rather than dev
GENERAL NOTE: if you are running in production mode, you may also want to do a "rake tmp:cache:clear" as your last step to any of these.
However, if you updated your code via a Capistrano deploy, this is probably not necessary.

== 2009/01/22 - Portrait UI refinements

1. Stop your Kete server (mongrels or mod_rails).
2. Upgrade your code base
3. Clear your sites cache (rake tmp:cache:clear)
4. Start your Kete server again (mongrels or mod_rails)
5. Restart backgroundrb

== 2009/01/20 - Updates to Webrat for better Selenium testing

1. Update your webrat gem to >= 0.4.0
Expand Down

0 comments on commit 0f6d2b9

Please sign in to comment.