AnonymousLlama@kbin.socialtoSelfhosted@lemmy.world•r/selfhosted is still rising, WTF? Come to Lemmy!!!
1·
1 year agoThe issue is I’m keen on following the self-hosting / server specific content but generally I’ve got nothing exciting to add. I can offer upvotes and kbin boosts 🚀
Along with what the other old mates have said. Using containers is super handy in web development. You can use Docker Desktop (windows, mac, linux etc) and set up containers, one for PHP, another for postgres (database) and have them all interconnect.
The benefit I’ve found is that once someone has set up a docker file (the thing that says how it all builds and interconnects) you can launch it with a single click.
The Kbin project itself has a docker setup to get up and running, handling most of the connection between the database and Symfony (the framework of the website)