Skip to content
Snippets Groups Projects
Commit b716a4c5 authored by Julie gauthier's avatar Julie gauthier
Browse files

Update INSTALL_DEV_Ubuntu_16.04.md

parent 4cc9b28e
No related branches found
No related tags found
No related merge requests found
...@@ -139,11 +139,13 @@ As any user, do: ...@@ -139,11 +139,13 @@ As any user, do:
/home/comptoir/Comptoir-srv/bin/COMPTOIR_create_DB_tables_and_procedures.sh -d /home/comptoir/Comptoir-srv /home/comptoir/Comptoir-srv/bin/COMPTOIR_create_DB_tables_and_procedures.sh -d /home/comptoir/Comptoir-srv
``` ```
Database for debug-kit ## POSTGRESQL set-up for debug-kit
as user root postgresql do :
``` ```
ALTER DATABASE debug_kit OWNER TO comptoir;
CREATE DATABASE debug_kit WITH TEMPLATE = template0 ENCODING = 'UTF8' LC_COLLATE = 'fr_FR.UTF-8' LC_CTYPE = 'fr_FR.UTF-8'; CREATE DATABASE debug_kit WITH TEMPLATE = template0 ENCODING = 'UTF8' LC_COLLATE = 'fr_FR.UTF-8' LC_CTYPE = 'fr_FR.UTF-8';
ALTER DATABASE debug_kit OWNER TO comptoir;
``` ```
<!-- =============================================================================================================== --> <!-- =============================================================================================================== -->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment