aboutsummaryrefslogtreecommitdiffstats
path: root/doc/install/postgresql.md
diff options
context:
space:
mode:
authorAlban Peignier2018-05-06 22:15:08 +0200
committerAlban Peignier2018-05-06 22:15:08 +0200
commit9ffe6440e239883f5e268c199ca891ad90fd4c59 (patch)
treeee7eb0bdcfbb1edf971caf89faace0a3ff7c58a6 /doc/install/postgresql.md
parent13cccbda6db58023f3490db3109970a74ed316f0 (diff)
downloadchouette-core-9ffe6440e239883f5e268c199ca891ad90fd4c59.tar.bz2
Remove outdated doc directory (see wiki). Refs #6958
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
-```