Skip to content

This repository is a Elixir/Phoenix developer quickstart to quickly get an app set up on the Nanobox development platform. Nanobox creates isolated local dev environments that can be used to deploy Elixir apps to production. Once in production, the Nanobox production management tool suite can be used to manage and monitor live apps, including ve…

nanobox-quickstarts/nanobox-phoenix

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
lib
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Phoenix from scratch

Phoenix from scratch

Run a Phoenix app locally, install nothing besides nanobox.

Clone the repo

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

# cd into the phoenix app
cd nanobox-phoenix

Run the app

# Add a convenient way to access your app from the browser
nanobox dns add local phoenix.dev

# Run phoenix
nanobox run mix phx.server

Check it out

Visit your app at phoenix.dev

Explore

With Nanobox, you have everything you need develop and run your phoenix app:

# drop into a Nanobox console
nanobox run

# where elixir is installed,
elixir -v

# your packages are available,
mix list

# and your code is mounted
ls

# exit the console
exit

Now What?

For more details about running phoenix apps with nanobox visit guides.nanobox.io/elixir/phoenix/

About

This repository is a Elixir/Phoenix developer quickstart to quickly get an app set up on the Nanobox development platform. Nanobox creates isolated local dev environments that can be used to deploy Elixir apps to production. Once in production, the Nanobox production management tool suite can be used to manage and monitor live apps, including ve…

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published