Get commandbox installed on Mac using Brew
Package Information:
Name: commandbox
Use: CFML embedded server, package manager, and app scaffolding tools
URL: https://www.ortussolutions.com/products/commandbox
Installation Steps:
- Open Terminal on your Mac.
- Execute the following command
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install commandbox using brew
brew install commandbox
commandbox is ready to use now!