Complete win script setup
This commit is contained in:
@ -6,6 +6,8 @@ sidebar_custom_props:
|
||||
icon: TbFolder
|
||||
---
|
||||
|
||||
# Folder Architecture
|
||||
|
||||
In this guide, you will explore the details of the project directory structure and how it contributes to the organization and maintainability of Twenty.
|
||||
|
||||
By following this folder architecture convention, it is easier to find the files related to specific features and ensure that the application is scalable and maintainable.
|
||||
|
||||
@ -60,7 +60,7 @@ This database needs to be provisionned with the a `twenty` user (password: `twen
|
||||
|
||||
```bash
|
||||
cd twenty
|
||||
sh ./infra/dev/scripts/setup-database.sh
|
||||
./infra/dev/scripts/setup-database.sh
|
||||
```
|
||||
|
||||
<b>Option 2:</b> Alternatively if you have docker installed:
|
||||
@ -89,7 +89,7 @@ You can access them using `twenty` postgres user (password: `twenty`)
|
||||
We recommend to provision your database locally:
|
||||
```bash
|
||||
cd twenty
|
||||
sh ./infra/dev/scripts/setup-database.sh
|
||||
./infra/dev/scripts/setup-database.sh
|
||||
```
|
||||
This will create a Docker container, exposing a PostgresSQL instance at [http://localhost:5432](http://localhost:5432).
|
||||
You can access them using `twenty` postgres user (password: `twenty`)
|
||||
|
||||
Reference in New Issue
Block a user