Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 976 Bytes

README.md

File metadata and controls

25 lines (21 loc) · 976 Bytes

Custom Composer Installers Build Status

This repository contains at the moment two very specific package installer for Chef cookbooks and WordPress Themes, Plugins and the Core itself.

Cookbook Installer

The cookbook installer is for handling Chef cookbooks. By default cookbooks are installed in cookbook/, but you can change that with the cookbooks-dir option.

{
  "extra": {
    "cookbooks-dir": "path/to/cookbooks/"
  }
}

WordPress Installer

This installer is intended for WordPress themes and plugins, but also for WordPress itself. Plugins and themes are installed to content/plugins/ and content/themes/, while WordPress is installed to wordpress/. This can be changed with the wordpress-dirand content-dir options.

{
  "extra": {
    "wordpress-dir": "wp/",
    "content-dir": "wp/wp-content/"
  }
}