Run a Kitto app locally, install nothing besides nanobox.
# clone the code
git clone https://github.com/nanobox-quickstarts/nanobox-kitto.git
# cd into the kitto app
cd nanobox-kitto
# Add a convenient way to access your app from the browser
nanobox dns add local kitto.dev
# Run kitto as you would normally, with Nanobox
nanobox run mix kitto.server
Visit your app at kitto.dev:4000
With Nanobox, you don't have to have anything installed on your machine to run your app:
# drop into a Nanobox console
nanobox run
# where elixir is installed,
elixir -v
# and your code is mounted
ls