Sha256: e972729d5accc75a908074082e7cc53ed48e8581367b9f0ecaac60c1deeb3b23

Contents?: true

Size: 1.35 KB

Versions: 31

Compression:

Stored size: 1.35 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.

## Installation

Add this line to your application's Gemfile:

    gem 'docman'

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install docman

## Usage (in process of documentation)

Build local environment:

    $ docman build local environment

Build the destination docroot using your settings:

    $ docman build <docroot> stable

Deploy built docroot (Drupal core with multiple websites in multisite) to your environment:

    $ docman deploy <docroot>

## 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

31 entries across 31 versions & 1 rubygems

Version Path
docman-0.0.16 README.md
docman-0.0.15 README.md
docman-0.0.14 README.md
docman-0.0.13 README.md
docman-0.0.12 README.md
docman-0.0.11 README.md
docman-0.0.10 README.md
docman-0.0.9 README.md
docman-0.0.8 README.md
docman-0.0.7 README.md
docman-0.0.6 README.md