Skip to content

acidtib/homebrew-kamal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

homebrew-kamal

Homebrew Tap for Kamal

Make sure you have Homebrew installed on your macOS or Linux system. If not, you can install it by following the instructions on the Homebrew website.

Installation

To install the latest stable version of kamal using Homebrew, follow these steps:

Tap the repository (if you haven't already):

brew tap acidtib/kamal

Install kamal:

brew install kamal

Test kamal installation:

kamal version

Upgrading Kamal

brew update && brew upgrade kamal

Bleeding Edge Installation

Install the unreleased version of kamal using Homebrew:

brew install kamal --HEAD

Usage

To deploy your web app using kamal, first create a configuration file using the kamal init command:

kamal init

This will create a new configuration file at the specified path with some default settings.

For full usage and documentation please visit https://kamal-deploy.org and https://github.com/basecamp/kamal

Troubleshooting

  • Use --verbose to get more info while installing.
  • Make sure to update XCode and the command line tools.
  • Run brew update and brew upgrade
  • Fix what the brew doctor says.
  • Make changes to /usr/local/Library/Taps/acidtib/homebrew-kamal/kamal.rb
  • Reinstall with brew reinstall kamal (send a pull request!)
  • Take a walk

Contributing

Contributions are welcome! Feel free to open a pull request to make improvements.

Support

If you encounter any issues or have questions about using this formula, please submit an issue..

About

Homebrew Tap for Kamal

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages