This is the wrapper of the Combawa project to build your Drupal projects: https://github.com/Happyculture/combawa
- clone the repository in your prefered location
- run "composer install" to get all dependencies
- add
[full-wrapper-path]/bin/combawa
to youPATH
OR create a symlink to you bin directory example:ln -s [full-wrapper-path]/bin/combawa /usr/bin/combawa
- run
composer global require happyculture/combawa-wrapper:"^1.0"
- add
[full-wrapper-path]/bin/combawa
to youPATH
OR create a symlink to you bin directory example:ln -s [full-wrapper-path]/bin/combawa /usr/bin/combawa
Go to any directory in your project and type combawa
followed by the usual Combawa arguments.