Hacker News new | ask | show | jobs
by smcleod 1046 days ago
It’s probably been about 10 years since I’ve had to run any php, would you not just clone the repo and run whatever the modern equivalent of php-fpm+Nginx is in a container passing in the code as a volume?

Or if you’re not using containers at all run the language’s app server? (E.g. an equivalent of <node serve index.js> / <go run app.go> / <python server.py> / <rails serve> etc…)