Skip to content

Instantly share code, notes, and snippets.

@bolerap
Last active November 30, 2017 10:28
Show Gist options
  • Select an option

  • Save bolerap/8d6785824ee7c2fb14c6a458e0774376 to your computer and use it in GitHub Desktop.

Select an option

Save bolerap/8d6785824ee7c2fb14c6a458e0774376 to your computer and use it in GitHub Desktop.

error when run mix ecto.create fix by change password and restart postgres as following commands

sudo -u postgres psql -c "ALTER USER postgres PASSWORD 'postgres';"
sudo /etc/init.d/postgresql restart

Then install this tool https://github.com/rvoicilas/inotify-tools/wiki when rung mix phx.server

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