From 8ae14d8aca70c403ccce42187359c8a82b6c5d3c Mon Sep 17 00:00:00 2001 From: Blusia Date: Mon, 7 Oct 2024 15:21:22 +0200 Subject: [PATCH] - update production_deployment.md --- production_deployment.md | 1 + 1 file changed, 1 insertion(+) diff --git a/production_deployment.md b/production_deployment.md index 66625cb..8aba783 100644 --- a/production_deployment.md +++ b/production_deployment.md @@ -11,6 +11,7 @@ To add a new Keating app, several steps must be completed: 3. `GRANT ALL PRIVILEGES ON DATABASE database_name TO user_name;` 4. `\c database_name` 5. `GRANT CREATE ON SCHEMA public TO user_name;` + 6. `CREATE EXTENSION IF NOT EXISTS unaccent;` 2. Then follow a few steps to prepare the files for application deployment * add a new option in your workflow to be able to trigger a workflow for a specific Keating app user deployment - (example: pnowak); * create a new directory in the specified path - `environment/prod/deployment/prod/apps` - the directory must be named like AppName option from workflow (example: pnowak);