diff options
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 | 
