Setup
Kamal Setup
Install Kamal locally and verify CLI access before deployment.
When to use this page
- You need Kamal CLI installed on your local machine.
- You are preparing to run
kamal setupandkamal deploy.
Prerequisites
- Terminal access on your local machine.
- RubyGems available.
Install
Quick install
gem install kamal -N-N skips local docs install and keeps setup faster.
Verify
kamal versionYou should see installed Kamal version output.
Troubleshooting
kamalcommand not found: Reopen terminal or verify Ruby gem bin path is inPATH.- Permission error during install: Use your Ruby manager gem path or run install with proper user permissions.