Sha256: 1638cbcb6287fd9f5c30ddfc40b0211ff24237ac6cddb8e356b6fbf10d4cd744

Contents?: true

Size: 1.04 KB

Versions: 146

Compression:

Stored size: 1.04 KB

Contents

## Installation

The only thing you will need to run these exercises is [CommandBox CLI](https://ortus.gitbooks.io/commandbox-documentation/content/getting_started_guide.html) and [Java 7+](https://java.com/en/download/) installed.  CommandBox CLI is supported on Mac, Linux, and Windows, and the installation guide can be found here:

[https://ortus.gitbooks.io/commandbox-documentation/content/setup/installation.html](https://ortus.gitbooks.io/commandbox-documentation/content/setup/installation.html)

An example of getting CommandBox CLI setup if you're a Homebrew user on Mac would be:

```bash
brew install commandbox
```

Once you have the CLI installed, you can play withe REPL:

```bash
box repl
```

You can directly execute .cfm pages:

```bash
box exec myTest.cfm
```

And you can even start up a web server in any directory of your hard drive:

```bash
box server start
```

CommandBox has an interactive shell you can use that has enhanced tab completion and runs faster.  Enter it by just running the `box` binary with no arguments.

```bash
box
```

Version data entries

146 entries across 145 versions & 1 rubygems

Version Path
trackler-2.2.1.180 tracks/cfml/docs/INSTALLATION.md
trackler-2.2.1.179 tracks/cfml/docs/INSTALLATION.md
trackler-2.2.1.178 tracks/cfml/docs/INSTALLATION.md
trackler-2.2.1.177 tracks/cfml/docs/INSTALLATION.md
trackler-2.2.1.176 tracks/cfml/docs/INSTALLATION.md
trackler-2.2.1.175 tracks/cfml/docs/INSTALLATION.md
trackler-2.2.1.174 tracks/cfml/docs/INSTALLATION.md
trackler-2.2.1.173 tracks/cfml/docs/INSTALLATION.md
trackler-2.2.1.172 tracks/cfml/docs/INSTALLATION.md
trackler-2.2.1.171 tracks/cfml/docs/INSTALLATION.md
trackler-2.2.1.170 tracks/cfml/docs/INSTALLATION.md
trackler-2.2.1.169 tracks/cfml/docs/INSTALLATION.md
trackler-2.2.1.167 tracks/cfml/docs/INSTALLATION.md
trackler-2.2.1.166 tracks/cfml/docs/INSTALLATION.md
trackler-2.2.1.165 tracks/cfml/docs/INSTALLATION.md
trackler-2.2.1.164 tracks/cfml/docs/INSTALLATION.md
trackler-2.2.1.163 tracks/cfml/docs/INSTALLATION.md
trackler-2.2.1.162 tracks/cfml/docs/INSTALLATION.md
trackler-2.2.1.161 tracks/cfml/docs/INSTALLATION.md
trackler-2.2.1.160 tracks/cfml/docs/INSTALLATION.md