Jérémy
Setup a dev and prod server
Hello,
I would like to create both a production and a development environment. My first local environment is functional. The second one is more complicated because I want it to be a production environment.
However, I can’t find any instructions in the documentation on how to set it up.
I’d like to use Git and be able to push my code changes from local to production.
Thank you in advance!
5 replies
Try to setup Twenty on local
Hello,
I tried following this documentation (https://twenty.com/developers/local-setup) to set up a local installation on my Mac. However, I encountered the following error when running npx nx start:
[0] [Nest] 54095 - 22/11/2024 10:22:01 ERROR [ExceptionHandler] connect ECONNREFUSED ::1:6379
[0] Error: connect ECONNREFUSED ::1:6379
Do you have any solution for this?
(I am a junior developer.)
Thank you in advance! 😊25 replies