Skip to content

Commit

Permalink
Small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
BOHEUS committed Oct 13, 2024
1 parent a5ec6e1 commit 13df22b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
12 changes: 8 additions & 4 deletions packages/twenty-website/src/content/developers/local-setup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ Twenty requires a redis cache to provide the best performances

<ArticleTabs label1="Linux" label2="Mac OS" label3="Windows (WSL)">
<ArticleTab>
<b>Option 1:</b> To provision your database locally:
<b>Option 1:</b> To provision your Redis locally:
Use the following link to install Redis on your Linux machine: [Redis Installation](https://redis.io/docs/latest/operate/oss_and_stack/install/install-redis/install-redis-on-linux/)

<b>Option 2:</b> If you have docker installed:
Expand All @@ -154,18 +154,18 @@ Twenty requires a redis cache to provide the best performances
```
</ArticleTab>
<ArticleTab>
<b>Option 1:</b>To provision your database locally with `brew`:
<b>Option 1:</b>To provision your Redis locally with `brew`:
```bash
brew install redis
```

<b>Option 2:</b> If you have docker installed:
```bash
make postgres-on-docker
docker run -d --name my-redis-stack -p 6379:6379 redis/redis-stack-server:latest
```
</ArticleTab>
<ArticleTab>
<b>Option 1:</b> To provision your database locally:
<b>Option 1:</b> To provision your Redis locally:
Use the following link to install Redis on your Linux virtual machine: [Redis Installation](https://redis.io/docs/latest/operate/oss_and_stack/install/install-redis/install-redis-on-linux/)

<b>Option 2:</b> If you have docker installed:
Expand Down Expand Up @@ -278,3 +278,7 @@ This should work out of the box with the eslint extension installed. If this doe
}
```

To successfully build Docker images, ensure that your system has a minimum of 2GB of memory available. For users of Docker Desktop, please verify that you've allocated sufficient resources to Docker within the application's settings.

<ArticleEditContent></ArticleEditContent>
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ image: /images/user-guide/objects/objects.png
---

<ArticleWarning>
Docker containers are for production or self- hosting, for the contribution please check the [Local Setup](https://twenty.com/developers/local-setup).
Docker containers are for production hosting or self-hosting, for the contribution please check the [Local Setup](https://twenty.com/developers/local-setup).
</ArticleWarning>

## Overview
Expand Down

0 comments on commit 13df22b

Please sign in to comment.