From a2632e84386e23114b559ac0b9f3b011b24488b0 Mon Sep 17 00:00:00 2001 From: Marcus Ottosson Date: Wed, 7 Sep 2016 12:45:33 +0100 Subject: [PATCH] Add note on starting the server On Ubuntu, server isn't necessarily started by installing it. Instructions on starting it took a few minutes due to platform differences, but in the end it came down to this. Tested on a blank [c9](https://c9.io) server. --- _setup/001-install.md | 1 + 1 file changed, 1 insertion(+) diff --git a/_setup/001-install.md b/_setup/001-install.md index 5043e1d..99f440b 100644 --- a/_setup/001-install.md +++ b/_setup/001-install.md @@ -17,6 +17,7 @@ For Linux ### For APT systems (Ubuntu, Debian, Mint, Etc) sudo apt-get install postgresql + sudo service postgresql start ### For Arch Linux