diff options
| author | Alban Peignier | 2018-05-06 22:15:08 +0200 |
|---|---|---|
| committer | Alban Peignier | 2018-05-06 22:15:08 +0200 |
| commit | 9ffe6440e239883f5e268c199ca891ad90fd4c59 (patch) | |
| tree | ee7eb0bdcfbb1edf971caf89faace0a3ff7c58a6 /doc/install/postgresql.md | |
| parent | 13cccbda6db58023f3490db3109970a74ed316f0 (diff) | |
| download | chouette-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.md | 18 |
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 -``` |
