RailsCasts Pro episodes are now free!

Learn more or hide this

LWW's Profile

GitHub User: lww

Comments by LWW

Avatar

Hi, thanks for this Screencast.

I have some troubles installing postgresql.

When typing in:
apt-get install postgresql libpq-dev

I get: could not find libpg-dev

Does somebody knows the problem?

Thanks

Avatar

I had the same problem. As "Steve Fox" mentioned before, you just have to change:

root /usr/share/nginx/www
to
root /usr/share/nginx/html

in this file:
/etc/nginx/sites-enabled/default

and then restart the server.