Tuesday, 29 December 2015

PG::ConnectionBad , could not connect to server

Problem:


PG::ConnectionBad (could not connect to server: No such file or directory
        Is the server running locally and accepting
        connections on Unix domain socket "/tmp/.s.PGSQL.5432"?
):


Solution:

Remove postmater pid

Command

rm /usr/local/var/postgres/postmaster.pid

Friday, 17 April 2015

Install npm package from Github

To install ember-cli-simple-auth-torii from Github

` npm install  --save--save git+ssh://git@github.com/simplabs/ember-cli-simple-auth-torii `