diff options
| author | Luc Donnet | 2013-05-27 14:52:07 +0200 | 
|---|---|---|
| committer | Luc Donnet | 2013-05-27 14:52:07 +0200 | 
| commit | 08d099e6b8d0cf7214da0b79ec71ca2d12049d53 (patch) | |
| tree | 35aa50bb7512da1734755d5c17ca776f53d65cf1 /doc/install/postgresql.md | |
| parent | baf4983fce9de9f1d4b8b288f23c39ef86f51e69 (diff) | |
| download | chouette-core-08d099e6b8d0cf7214da0b79ec71ca2d12049d53.tar.bz2 | |
Init the refactoring of documents
Diffstat (limited to 'doc/install/postgresql.md')
| -rw-r--r-- | doc/install/postgresql.md | 12 | 
1 files changed, 12 insertions, 0 deletions
| diff --git a/doc/install/postgresql.md b/doc/install/postgresql.md new file mode 100644 index 000000000..204aec33f --- /dev/null +++ b/doc/install/postgresql.md @@ -0,0 +1,12 @@ +# Install Postgresql + +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 +```
\ No newline at end of file | 
