Sha256: adf67ba751234f6521a4e864c209fc1ebf7fd03ebab56b7222ade952e3f8b4e0

Contents?: true

Size: 1.38 KB

Versions: 35

Compression:

Stored size: 1.38 KB

Contents

# Docman

Docman made for DOCroot MANagement for Drupal projects. Useful to manage multiple websites in one Drupal multisite installation. We are assuming that there is a git repository with Drupal core and multiple git repositories for each website in multisite environment (think about each repository containing /modules /themes /libraries, etc). This becomes useful, if you can setup a middleware like jenkins which will effectively "build" your multisite environment using this tool. 

Notes: we are speaking about the code only, media files should be managed separately and for now are out of scope of this tool.

Docman requires Linux or OS X.

## Installation

    $ gem install docman

## Usage (in process of documentation)

Init local environment:

    $ docman init <project-dir> <config-repo> # Template: https://github.com/Adyax/docman-config

Build local environment:

    $ docman build local {state}

where state can be: development, staging, stable.


Work on your website!


Bump your production version:

    $ docman bump 

Build the destination docroot using your settings:

    $ docman build <docroot> stable


## Contributing

1. Fork it ( https://github.com/Adyax/docman/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request

Version data entries

35 entries across 35 versions & 1 rubygems

Version Path
docman-0.0.107 README.md
docman-0.0.106 README.md
docman-0.0.105 README.md
docman-0.0.104 README.md
docman-0.0.103 README.md
docman-0.0.102 README.md
docman-0.0.101 README.md
docman-0.0.100 README.md
docman-0.0.99 README.md
docman-0.0.98 README.md
docman-0.0.97 README.md
docman-0.0.96 README.md
docman-0.0.95 README.md
docman-0.0.94 README.md
docman-0.0.93 README.md
docman-0.0.92 README.md
docman-0.0.91 README.md
docman-0.0.90 README.md
docman-0.0.89 README.md
docman-0.0.88 README.md