Updated DDEV env for Hubzilla
I've updated my DDEV based development environment for Hubzilla:
https://code.volse.net/hubzilla/hubzilla-ddev.git/Just added
/doc and
/coverage endpoints to the nginx config, that will resolve to the generated API docs by doxygen, and the coverage reports generated by PHPUnit respectively.
I'll add some more docs too, to make it easier to get started with the environment.
What is it?DDEV is a wrapper for docker-compose (or podman) that makes it easy to set up an isolated development environment for web applications, particularly PHP or Node based web apps.
I have created a configuration for booting a Hubzilla dev environment based on this, and the
repository contains the configuration and some helper scripts to help you get started.
Just checkout the hubzilla core repo in the
core directory and run
ddev start from within the project directory. Your local hubzilla instance is now running!
#
devtools