Skip to content

nanobox-quickstarts/nanobox-firestorm

Repository files navigation

Firestorm from scratch

Firestorm from scratch

Run a Firestorm app locally, install nothing besides nanobox.

Clone the repo

# clone the code
git clone https://github.com/nanobox-quickstarts/nanobox-firestorm.git

# cd into the firestorm app
cd nanobox-firestorm

Run the app

# 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

Check it out

Visit your app at firestorm.dev:4000

Explore

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