このページはまだ翻訳されていません。英語版を表示しています。
Installation Guide
Mac and Linux
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
Windows
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
Verifying Installation
After installation, verify that the tools were installed correctly:
# Check rackctl version
rackctl --version
# Check ginger-auth version
ginger-auth --version
Troubleshooting
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