This commit is contained in:
Charles Bochet 2023-08-09 22:43:47 -07:00
parent ecf18312ce
commit be9a2cefeb
3 changed files with 3 additions and 13 deletions

View File

@ -49,4 +49,4 @@ If you stop your containers, you will need to start them again before opening th
### Conclusion
You are all set to start developing the project. If you have any questions, please read our [troubleshooting guide](/developer/additional/setup-troubleshooting) please feel free to reach out to us on [Discord](https://discord.com/invite/cx5n4Jzs57).
You are all set to start developing the project. If you have any questions, feel free to reach out to us on [Discord](https://discord.com/invite/cx5n4Jzs57).

View File

@ -1,10 +0,0 @@
---
sidebar_position: 2
sidebar_custom_props:
icon: TbBugOff
---
# Troubleshooting guide
Coming soon

View File

@ -54,8 +54,8 @@ If you don't, you can provision one through `docker` using the following command
This will create a Docker container, exposing a PostgresSQL instance at [http://localhost:5432](http://localhost:5432).
This database is containing two tables: `default` and `test`
You can access it using `twenty` postgres user (password: `twenty`)
This instance is containing two databases: `default` and `test`
You can access them using `twenty` postgres user (password: `twenty`)
</TabItem>
<TabItem value="linux-wsl" label="Linux / Windows WSL">