Social-Systems-Lab / circles

https://circles-delta.vercel.app
MIT License
0 stars 0 forks source link

Dev setup #4

Closed hermankamooni closed 1 week ago

hermankamooni commented 2 weeks ago
patrik-u commented 1 week ago

Local dev setup docs: https://github.com/Social-Systems-Lab/circles/blob/dev/docs/dev-onboarding.md Deployment docs (Raspberry Pi): https://github.com/Social-Systems-Lab/circles/blob/dev/docs/server-setup.md

Answers: Installing requirements - For production environment. You need docker and docker compose, see deployment docs. env recommendation - See deployment docs. "MongoDB setup [to cloud test server as before]?" - DB is deployed/run through docker, and it's run locally on dev, and deployed on test server "Deploying with docker in dev also?" - partially (db, storage and reverse proxy runs in docker), see the Local dev setup docs. "final ReadMe with steps" - See deployment docs