dwyl / learn-phoenix

:fire: Phoenix is the web framework without compromise on speed, reliability or maintainability! Don't settle for less. :rocket:
649 stars 45 forks source link

Add documentation on `mix ecto.create` error #43

Closed Jbarget closed 7 years ago

Jbarget commented 7 years ago

I had issues when running mix ecto.create that were caused by 2 separate issue:

  1. postgres server not running
  2. username and password incorrect for postgres config

will write up an issue and reference it in the simple-server.md

PS. will need write privileges to the repo

Jbarget commented 7 years ago

done here: https://github.com/dwyl/learn-phoenix-framework/issues/53