puppet-wp/docs/installation/README.md
2019-09-03 17:39:35 +10:00

17 lines
398 B
Markdown

# Installation
## Via Git
``` git
# (Assuming your modules directory is "modules/")
# As a standalone repo
git clone https://github.com/Chassis/puppet-wp.git modules/wp
# As a submodule
git submodule add https://github.com/Chassis/puppet-wp.git modules/wp
```
## Via the Puppet Forge
Puppet WP-CLI is also available via Puppet Forge.
``` shell script
puppet module install chassis-puppet_wp
```