aboutsummaryrefslogtreecommitdiffstats
path: root/doc/install/postgresql.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/install/postgresql.md')
-rw-r--r--doc/install/postgresql.md18
1 files changed, 0 insertions, 18 deletions
diff --git a/doc/install/postgresql.md b/doc/install/postgresql.md
deleted file mode 100644
index e94f8474f..000000000
--- a/doc/install/postgresql.md
+++ /dev/null
@@ -1,18 +0,0 @@
-# Install Postgresql
-
-Requirement
------------
-
-Minimal version : 9.1
-
-Setup
------
-
-```sh
-sudo su - postgres
-createuser -d -P -U postgres chouette
-Enter password for new role: chouette
-Enter it again: chouette
-Shall the new role be a superuser? (y/n) y
-exit
-```