mirror of
https://github.com/twentyhq/twenty.git
synced 2024-11-28 09:12:37 +03:00
parent
62720944fa
commit
ad3e0ea340
@ -36,7 +36,7 @@ git clone git@github.com:twentyhq/twenty.git
|
||||
```
|
||||
|
||||
|
||||
### 3. PostgresSQL database
|
||||
### 3. PostgreSQL database
|
||||
You also need to have a PosgresSQL database available. If you already have one available, you can skip this step.
|
||||
|
||||
If you don't, you can provision one through `docker` using the following command:
|
||||
@ -46,7 +46,7 @@ cd twenty
|
||||
make provision-postgres
|
||||
```
|
||||
|
||||
This will create a docker container, exposing a PostgresSQL instance at [http://localhost:5432](http://localhost:5432).
|
||||
This will create a docker container, exposing a PostgreSQL instance at [http://localhost:5432](http://localhost:5432).
|
||||
|
||||
### 4. Setup env variables
|
||||
|
||||
@ -179,4 +179,4 @@ Then run commands through yarn:
|
||||
```
|
||||
cd server
|
||||
yarn prisma:reset
|
||||
```
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user