Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Adyax/docman
Artifact building tool
https://github.com/Adyax/docman
cicd drupal
Last synced: about 1 month ago
JSON representation
Artifact building tool
- Host: GitHub
- URL: https://github.com/Adyax/docman
- Owner: Adyax
- License: mit
- Created: 2014-06-04T15:35:55.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-07-19T07:44:20.000Z (over 5 years ago)
- Last Synced: 2024-08-05T22:41:09.012Z (5 months ago)
- Topics: cicd, drupal
- Language: Ruby
- Homepage: http://adyax.github.io/docman
- Size: 337 KB
- Stars: 10
- Watchers: 14
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# 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 # 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 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