Skip to content

Instantly share code, notes, and snippets.

@selfup
Created October 8, 2015 00:48
Show Gist options
  • Save selfup/ba545ac46de13f7a6db8 to your computer and use it in GitHub Desktop.
Save selfup/ba545ac46de13f7a6db8 to your computer and use it in GitHub Desktop.

To have PG accept user DB creation from mix ecto.create for Phoenix with PG installed from homebrew

    createuser postgres -d

then run

    mix ecto.create
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment