Skip to content

Commit

Permalink
Update developer_installation_on_ubuntu.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ebolloff committed Feb 24, 2016
1 parent 147a3ac commit 78390b8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion doc/developer_installation_on_ubuntu.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,11 @@ After this we should create the config directory for postgres:

- `initdb /usr/local/var/postgres -E utf8`

Now when you use
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).

Expand Down

0 comments on commit 78390b8

Please sign in to comment.