If you find this add-on useful, please star it on GitHub — stars show appreciation and help maintainers know their work matters.
DDEV addon for farmOS. It will configure DDEV project for running farmOS.
To start farmOS project using DDEV, run the following commands:
mkdir farmos
cd farmos
ddev config --project-type=php
ddev add-on get wotnak/ddev-farmos
ddev restart
ddev composer create-project farmos/project:4.x-dev
ddev drush site:install farm --account-name=admin --account-pass=admin -y
ddev launch
If you find this add-on useful, please star it on GitHub — stars show appreciation and help maintainers know their work matters.