Skip to content

Commit

Permalink
Fix Redis start guide
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixMalfait committed Oct 4, 2024
1 parent 898cdc2 commit d01ddeb
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions packages/twenty-website/src/content/developers/local-setup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -188,19 +188,17 @@ yarn
Start your redis server:
<ArticleTabs label1="Linux" label2="Mac OS" label3="Windows (WSL)">
<ArticleTab>
```bash
sudo systemctl start redis-server
```
Depending on your Linux distribution, Redis server might be started automatically.
If not, check the [Redis installation guide](https://redis.io/docs/latest/operate/oss_and_stack/install/install-redis/) for your distro.
</ArticleTab>
<ArticleTab>
```bash
brew services start redis
```
</ArticleTab>
<ArticleTab>
```bash
redis-server.exe
```
Depending on your Linux distribution, Redis server might be started automatically.
If not, check the [Redis installation guide](https://redis.io/docs/latest/operate/oss_and_stack/install/install-redis/) for your distro.
</ArticleTab>
</ArticleTabs>

Expand Down

0 comments on commit d01ddeb

Please sign in to comment.