threefoldtech / freeflow_twin_main

Apache License 2.0
4 stars 4 forks source link

How to run the whole project locally #1021

Open Mahmoud-Emad opened 1 year ago

Mahmoud-Emad commented 1 year ago
LennertDefauw1 commented 1 year ago

https://github.com/threefoldtech/freeflow_twin_main/blob/58e60d916fb07635ea2b252ebde18fa488feaad7/apps/backend/src/features/db/db.service.ts#L9C22-L9C22

did you try changing 127.0.0.1 to 0.0.0.0 on this line?

Mahmoud-Emad commented 1 year ago

@LennertDefauw1 Then after changing it, what should I do?

LennertDefauw1 commented 1 year ago

Restart the docker-compose where the redis-commander is in, and look if it can connect now to the database

Mahmoud-Emad commented 1 year ago

@LennertDefauw1

I did run the docker-compose again and seems to be there are errors in the local servers

Please tell me if there are missing configurations or steps I have to do before running the docker-compose

-image -image

and the issue of the login might be still there

-image

LennertDefauw1 commented 1 year ago

Does it work without using authentication?

by changing the redis uri to private redisURL = 'redis://default:PASSWORD@localhost:6379';

and removing the

"requirepass jimber321123" line in the redis-example.conf

make sure your new redis configs are used, so everything needs to be rebuilded afaik