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.159 tracks/cfml/docs/INSTALLATION.md
trackler-2.2.1.158 tracks/cfml/docs/INSTALLATION.md
trackler-2.2.1.157 tracks/cfml/docs/INSTALLATION.md
trackler-2.2.1.156 tracks/cfml/docs/INSTALLATION.md
trackler-2.2.1.155 tracks/cfml/docs/INSTALLATION.md
trackler-2.2.1.154 tracks/cfml/docs/INSTALLATION.md
trackler-2.2.1.153 tracks/cfml/docs/INSTALLATION.md
trackler-2.2.1.152 tracks/cfml/docs/INSTALLATION.md
trackler-2.2.1.151 tracks/cfml/docs/INSTALLATION.md
trackler-2.2.1.150 tracks/cfml/docs/INSTALLATION.md
trackler-2.2.1.149 tracks/cfml/docs/INSTALLATION.md
trackler-2.2.1.148 tracks/cfml/docs/INSTALLATION.md
trackler-2.2.1.147 tracks/cfml/docs/INSTALLATION.md
trackler-2.2.1.146 tracks/cfml/docs/INSTALLATION.md
trackler-2.2.1.145 tracks/cfml/docs/INSTALLATION.md
trackler-2.2.1.144 tracks/cfml/docs/INSTALLATION.md
trackler-2.2.1.143 tracks/cfml/docs/INSTALLATION.md
trackler-2.2.1.142 tracks/cfml/docs/INSTALLATION.md
trackler-2.2.1.141 tracks/cfml/docs/INSTALLATION.md
trackler-2.2.1.140 tracks/cfml/docs/INSTALLATION.md