diff --git a/docs/website/installation.php b/docs/website/installation.php
index 3056bd79..070af270 100644
--- a/docs/website/installation.php
+++ b/docs/website/installation.php
@@ -18,7 +18,7 @@ manager to fetch and install DAViCal and all the dependencies.
-sudo apt-key advanced --keyserver subkeys.pgp.net --recv-keys CCA377BD77494424B0DB674F8C90347F8F068012 +sudo apt-key advanced --keyserver subkeys.pgp.net --recv-keys F6E0FA5CF0307507BB23A512EAFCFEBF8FEB8EBF
Skip to the "Database Setup" part if you have done that already.
@@ -112,16 +112,9 @@ and which will be granted minimum privileges for the application. createuser --no-createdb --no-createrole davical_app -PostgreSQL 7.4 named things slightly differently, so you -should use something like:
- --createuser --no-createdb --no-adduser davical_app --
You may need to become the 'postgres' user to do this, in which case you will need to be the postgres user to create the database as well. -For example (for PostgreSQL 8.x):
+For example:su postgres -c createuser --no-createdb --no-createrole davical_app