Postgres Installation : I've used macports and followed the below command to install postgres. Here's the link https://docs.djangoproject.com/en/dev/ref/contrib/gis/install/#macports
    $ sudo port install postgresql83-server
Unable to create database : When I try to create a database from the terminal application by using the below command
    $ createdb mydb
I get this error message
    createdb: could not connect to database postgres: could not connect to server: No such file or directory
    Is the server running locally and accepting
    connections on Unix domain socket "/var/pgsql_socket/.s.PGSQL.5432"?
Could you please help !!
 
     
     
    