Skip to content

miguejs/phoenix-start-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Phoenix Template

To start your Phoenix server:

  • Get inside the container with docker-compose run web bash
  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.create && mix ecto.migrate
  • Install Node.js dependencies with cd assets && npm install
  • Get out of the container with exit
  • Start Phoenix endpoint with docker-compose up web

Now you can visit localhost:4000 from your browser.

Ready to run in production? Please check our deployment guides.

Learn more

About

Phoenix template with docker support

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published