Skip to content
Jérémie Pottier edited this page Jul 24, 2013 · 1 revision

If you need to upgrade your installation of Mustached Robot, you need to:

Get the latest core sources

Get the latest sources from the core

   git pull origin master

Note: "origin" being the Mustached Core repository (i.e. git@github.com:MustachedRobot/core.git)

Update the dependencies and plugins

   php composer.phar install

Run the database migrations

   php oil refine migrate

Clone this wiki locally