Installation
Installation
Regardless of where you place the box binary, the first time you execute it, a .CommandBox folder will be created in your user's home directory and CommandBox will be extracted into that location. If you delete this directory, it will be replaced the next time the CommandBox executable is run. == Windows == Unzip the executable '''box.exe''' and just double click on it to open the shell. When you are finished running commands, you can just close the window, or type exit.
== Mac/*Unix == === Manual Installation === Unzip the binary '''box''' and just double click on it to open the shell. When you are finished running commands, you can just close the window, or type exit.
/usr/bin directory so it can be available system-wide via the box command in any terminal window.=== Homebrew (Mac) === Homebrew is a great Mac package manager, it can easily install and keep your CommandBox installation up to date, just run the following:
brew install https://github.com/Ortus-Solutions/commandbox/raw/master/build/commandbox.rb
== Linux (Redhat) == After you have downloaded the .rpm file, install it using the "rpm" command.
rpm –ivh commandbox-rpm-1.0.0.rpm
Run the box binary to begin the one-time unpack process. == Linux (Debian) == After you have downloaded the .deb file, install it using the "dpkg" command.
sudo dpkg -i commandbox-debian-1.0.0.deb
Run the box binary to begin the one-time unpack process.
- No Sub Pages