Effortless Quick Start
Quick Start
This is a quick guide on how to get started with Effortless.
Effortless Environment Set-up
- Install Chef Workstation
- Configure Chef Habitat on your workstation by running
hab setup - Clone the Chef Effortless GitHub Repository
Effortless Config Quick Start Pattern
Change Directory into
examples/effortless_config/chef_repo_patternChange the line 26 of the
kitchen.ymlfile to use your origin:provisioner: arguments: ["<Your Origin>", "effortless-config-baseline"]Build the package with the command:
hab pkg build .Run Test Kitchen to see the cookbook work:
kitchen converge base-centos