- Download binary from https://www.ottoproject.io/downloads.html
- Unzip and move binary to a location of your choice
- Add otto to your path
# Command for Otto
export PATH="$PATH:$HOME/PATH/TO/otto"
$ cd /usr/bin
$ sudo ln -s ~/PATH/TO/otto otto
- Create dev directory and Appfile
$ mkdir -p ~/PATH/TO/halogen && cd ~/PATH/TO/halogen
$ echo 'application {
\t name = "Halogen"
\t type = "node"
}' > Appfile
- Run Otto compile and dev
$ otto compile
$ otto dev
- Grab a coffee while Otto creates your environment