Open bartvanderwal opened 4 years ago
I managed to fix this issue by changing the value of the username
setting in the copied config/dev.exs
file (step 2 of the install. I changed it from postgres
to my macos username (which apparently is the default on macOS after install, as mentioned I'm a postgres noob, so took some googling). You should change the password as well (the default password is empty so set password: "",
).
I also noted that the setting in the react-redux version of the front-end is called API_ROOT
instead of API_URL
as the README.md
mentions. This might change between implementations; but maybe you could mention both.
I hope this helps others. As mentioned in #42 the docs could be more helpful :smile:. Would you accept a pull request of your README.md
with these fixes this? I'd like to save others this half hour of their live :smile.
I'm a postgres noob and when following the
README.md
to run this locally on my macbook. But on running themix ecto.create
command I get below error about arole "postgres" does not exist
.I have installed postgres using brew (and started it using
pg_ctl -D /usr/local/var/postgres start
as brew suggests after successful install).