Turnip

Categories

Component ID

2141665

Component name

Turnip

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Downloads

331

Component created

Component changed

Component body

Turnip is OpenSourcery's Drupal starting kit. Using a Drush Make workflow, only custom modules, features and themes are committed to the repository, which allows for teams to quickly get up to speed and collaborate on the important parts of the project at hand. It includes a starting framework for using Behat for behavior driven development. Each site is built as an installation profile.

Installation

Turnip is installed via drush:

drush dl turnip

You can then create a new project using Turnip:

drush turnip-init

For detailed installation instructions, including details about the workflow and how to set up your environment for theme development, see the project on GitHub.