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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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