Run a Firestorm app locally, install nothing besides nanobox.
# clone the code
git clone https://github.com/nanobox-quickstarts/nanobox-firestorm.git
# cd into the firestorm app
cd nanobox-firestorm
# Add a convenient way to access your app from the browser
nanobox dns add local firestorm.dev
# Start Nanobox
nanobox run
# migrate your repo
mix ecto.migrate
# start your server
mix phx.server
Visit your app at firestorm.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