Postgres のインストール : 私は macports を使用し、以下のコマンドに従って postgres をインストールしました。ここにリンクがあります https://docs.djangoproject.com/en/dev/ref/contrib/gis/install/#macports
$ sudo port install postgresql83-server
データベースを作成できません : 以下のコマンドを使用して端末アプリケーションからデータベースを作成しようとすると
$ createdb mydb
このエラーメッセージが表示されます
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"?
助けてください!!