Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 804 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 804 Bytes

Ager

To start your Phoenix server:

  • Setup the project with mix setup
  • Start Phoenix endpoint with mix phx.server

Now you can visit localhost:4000 from your browser.

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

Learn more

Docker

docker run --name ager_dev -d -p 5432:5432 -e POSTGRES_PASSWORD=ager postgres:alpine

Documentation for Docker

https://danielwachtel.com/devops/dockerizing-a-phoenix-app-with-a-postgresql-database