From e142e4ec79314747d070909bc447c8e5ffca3532 Mon Sep 17 00:00:00 2001 From: Afnan A Date: Thu, 11 Jan 2024 17:27:51 +0500 Subject: [PATCH] Step 3: Set up PostgreSQL Database (#3370) --- .../twenty-docs/docs/contributor/local-setup/yarn-setup.mdx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/twenty-docs/docs/contributor/local-setup/yarn-setup.mdx b/packages/twenty-docs/docs/contributor/local-setup/yarn-setup.mdx index 0a0c0fd3c..46d86e00c 100644 --- a/packages/twenty-docs/docs/contributor/local-setup/yarn-setup.mdx +++ b/packages/twenty-docs/docs/contributor/local-setup/yarn-setup.mdx @@ -109,8 +109,7 @@ All commands in the following steps should be run from the root of the project. ## Step 3: Set up PostgreSQL Database -You need to have a PostgreSQL instance available to be able to use Twenty. -You need to provision this database with a `twenty` user (password: `twenty`), a `default` database and a `test` database. +To install PostgreSQL with a `default` and a `test` database, and provision these databases with a user `twenty` (password: `twenty`), follow the steps below: