RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: lww
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
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.
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
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.