Skip to content

Upgrading a BrowserCMS project

peakpg edited this page Jan 26, 2012 · 33 revisions

This page covers how to upgrade a BrowserCMS project. It is valid for upgrading projects from 3.3.x to later versions of 3.3.x. See below for a list of instructions for older versions.

Instructions

1. Update your project's Gemfile

gem 'browsercms', '3.3.3' # Set to the new version of the gem

2. Update scripts

In your project, run the following scripts from the commandline:

$ bundle install
$ rails g browser_cms:cms
$ rake db:migrate

This will install the new version of the gem, copy the migrations into the project, and then update the database.

Instructions for Older Versions

If you need instructions for how to upgrade earlier versions of BrowserCMS, see the following list:

Clone this wiki locally