From 5a3aab8f0d92ce099fb19c228d8d3d988548b7a2 Mon Sep 17 00:00:00 2001 From: Eileen Bolloff Date: Wed, 24 Feb 2016 16:52:00 +0100 Subject: [PATCH] Update developer_installation_on_ubuntu.md --- doc/developer_installation_on_ubuntu.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/developer_installation_on_ubuntu.md b/doc/developer_installation_on_ubuntu.md index ff99618e4..cf501d205 100644 --- a/doc/developer_installation_on_ubuntu.md +++ b/doc/developer_installation_on_ubuntu.md @@ -76,6 +76,7 @@ As the postgres user you have to create two databases - `sudo su -l postgres` - `createdb ontohub_development` - `createdb ontohub_test` + When you type in - `psql` you should be connected to the database (`\q` lets you quit).