Spin up your development background processes with ease
1–10 of 30 posts
Re: Spin up your development background processes with ease
#2Re: Spin up your development background processes with ease
#3Also, why would you write a tool like this in PHP?
Re: Spin up your development background processes with ease
#4I prefer docker compose, simply because its fully reproducible, no matter where I am, and sets up all the tools it uses.
This tools looks like it still requires you to install your tooling - that screams like it will break if you have different distros you run this on, with different versions of tools, etc.
Re: Spin up your development background processes with ease
#5Re: Spin up your development background processes with ease
#6Re: Spin up your development background processes with ease
#7https://wiki.archlinux.org/title/Systemd/User
Again, services are configured with short text-based configuration files.
Re: Spin up your development background processes with ease
#8Re: Spin up your development background processes with ease
#9Re: Spin up your development background processes with ease
#10Does this have any advantages over Docker compose? It does not require Docker, of course, but the reproducibility is going to be much lower. Also, why would you write a tool like this in PHP?
Why I wrote a tool like this in PHP is simple, I love PHP and I'm a big fan of the ecosystem / community.