Step 1. Installation¶
Install MACH composer¶
The easiest way to get started is by installing MACH composer locally to be able to perform a MACH composer deploy and make use of the developer tools.
MacOS and linux¶
brew tap labd/mach-composer
brew install mach-composer
Windows¶
choco install mach-composer
Alternatives¶
You can always download the latest release via the GitHub release page
Install Terraform¶
Make sure you have Terraform installed on your machine.
On MacOS and Linux we recommend using tfenv to easily switch between Terraform versions when needed.
- Install tfenv: Follow the instructions on https://github.com/tfutils/tfenv
- Make sure you have Terraform installed
$ tfenv install latest
For windows you can install it via chocolatey.
choco install terraform
Next: step 2
Next we'll setup our commercetools project