PostgreSQL need for OpenProject installation for mac

From: Diego Octavio Gutierrez Ortiz <diego(dot)o(dot)gutierrez(dot)o(at)gmail(dot)com>
To: pgadmin-support(at)postgresql(dot)org
Subject: PostgreSQL need for OpenProject installation for mac
Date: 2014-10-06 19:18:59
Message-ID: 1BB49AA1-CE7D-427C-9FED-EFFA2652013F@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

Dear Sir,

I am a total novice to PostgreSQL, which I came by when following the instructions for the installation of OpenProject :

https://www.openproject.org/projects/openproject/wiki/Installation_MacOS

I think I am supposed to open a PostgreSQL console, and paste this :

CREATE ROLE openproject LOGIN ENCRYPTED PASSWORD 'my_password' NOINHERIT VALID UNTIL 'infinity'; CREATE DATABASE openproject WITH ENCODING='UTF8' OWNER=openproject;

but I have no clue about how to open that console.I’ve tried “psql”, but it request a password that I do not remember to have set.

Do any of you know what are the commands I should be using ?

Many thanks,
Diego

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message jaime soler 2014-10-09 12:43:18 Re: PostgreSQL need for OpenProject installation for mac
Previous Message Eric Wadsworth 2014-10-05 21:05:59 Re: Found a bug