Help with setting up the Learn project

Learn repo is failing due to the database not being found. I’m having a heck of a time with postgresql. I installed with brew and get warnings about another process is running on the same port? No idea how to deal with these issues.

Any suggestions would be helpful.

Thanks

I recommend you set up Postgres with http://postgresapp.com that should do the trick

What I was doing wrong was not including the --no-python flag when installing postgres with brew

Took me some looking around but that did the trick, just like the wiki says lol

Thanks @cpytel

I’m a terminal only guy, staying away from GUI for this kind of stuff if I can

The postgres app is great, it’s super easy to start and stop the server (just kill the app) and with one click it opens a terminal with psql. I would not think of it as a GUI.