|
||||
|
2. Setup the HiveBoard database on PostgreSQLAt this step, we suppose that the PostgreSQL server is up and running, and that your path includes the PostgreSQL tools directory. You will first create the new HiveBoard database on your PostgreSQL server:
psql will ask you the password of "postgres" before executing the command. The file The second command will emit some error messages which are normal (they are due to DROP statements that find no existing tables). Before proceeding with the next step, let's check that the HiveBoard database has been correctly initialized:
psql should display 'admin' in the list of accounts. |
|||
|