Use the following commands to install the required tools:
# Install rackctl
bash -c "$(curl -fsSL https://raw.githubusercontent.com/ginger-society/infra-as-code-repo/main/rust-helpers/installer.sh)" -- rackmint/rackctl:latest
Download the rackctl executable directly:
Download the Windows binary: rackctl.exe
Add the executable to your PATH or move it to a directory already in your PATH
After installation, verify that the tools were installed correctly:
# Check rackctl version
rackctl --version
# Check ginger-auth version
ginger-auth --version
If you encounter permission issues on Mac/Linux, you may need to make the binaries executable:
chmod +x ~/.local/bin/rackctl
chmod +x ~/.local/bin/ginger-auth