Raised: $0
0% of monthly goal Help us cross the finish line!
Goal: $12,000
Raised: $0 Goal: $12,000
0% of monthly goal Help us cross the finish line!
Sponsor DDEV

add-on registry tests last commit release

ddev-farmos

DDEV addon for farmOS. It will configure DDEV project for running farmOS.

How to use

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