Skip to content

Development workflow

zzolo edited this page Dec 1, 2011 · 3 revisions

This page is focused on describing on how to make changes to the application.

(Needs work).

Updating Features

A basic workflow for updating Features. See Configuration Management and Configuration Features. Also, there is some helpful docs on the Features project page.

  1. Make configuration changes that are relevant to an existing Feature.
  2. Go to the Features administrative list; you will see the Feature in "Overridden" status.
  3. Review changes by clicking on Overriden
  4. In command line, run drush features-update <feature>
  5. Do a git status to view the changes to the code.
  6. Make commit.
Clone this wiki locally