Skip to content

Instantly share code, notes, and snippets.

@jsoningram
Last active February 12, 2016 22:26
Show Gist options
  • Save jsoningram/5ad819531419cb08d0fd to your computer and use it in GitHub Desktop.
Save jsoningram/5ad819531419cb08d0fd to your computer and use it in GitHub Desktop.
Install Hashicorp Otto
# 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment