Download

Links

print
2006-02-04

Upgrade from 0.1.1

If u’re running rcms-0.1.1 and plan to upgrade to 0.2 (not released yet) or plan to upgrade to rcms-devel while using the source-repository – u need to do some migration tasks.
the database structure changed.

tool

tool

backup

otherwise your adopted (if) stylesheets and templates will geht overwritten.

install

untar or branch the source

rake migrate

  • cd into rcms-rootdirectory
  • run ‘rake migrate’

finished.
new version should be running.

(repa)