nanobox-quickstarts / nanobox-firestorm

Quickstart for Firestorm with Nanobox

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Quickstart for Firestorm with Nanobox

License:Mozilla Public License 2.0


Languages

Language:Elixir 59.8%Language:CSS 25.6%Language:HTML 10.4%Language:JavaScript 4.2%Language:Shell 0.0%