Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.06 KB

README.md

File metadata and controls

30 lines (21 loc) · 1.06 KB

Drubs

Drubs (short for "Drupal Build System") is a command-line tool for building, deploying, and managing Drupal sites across multiple servers and environments such as development, testing, staging, and production. It is:

  • free - open source, GNU GPL
  • flexible - specify or script every detail of your project, however you want
  • repeatable - add, update, remove, and rebuild exact copies of your project
  • distributed - trigger builds and updates on any servers, from anywhere
  • integratable - use Drubs with shell scripts, Jenkins/Hudson, Travis CI, or any other continuous integration tools

The "Drubs" name is a hat-tip to the indispensable Drush. Drupal is a registered trademark of Dries Buytaert.

Installation

Please see the installation instructions and system configuration docs.

Usage

Run the command 'drubs' or 'drubs --help' for a listing of commands and usage examples.

Contact

For more information email [email protected] or follow @drubscli on twitter.