How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "bkenro/ffdsm"
end
vagrant init bkenro/ffdsm
vagrant up
This version was created 1 day ago.
Based on bento/ubuntu-24.04, migrated to PHP 8.3, Mailpit, docker-ce, and now DDEV included. See also https://github.com/bkenro/ffdsm/releases/tag/v20240712 .
This version was created 6 months ago.
Update PHP to 8.2, fix apache log path error, workaround for issue 3405976. See https://github.com/bkenro/ffdsm/releases/tag/v20240123.
This version was created over 1 year ago.
Add APCu. Based on bento/ubuntu-20.04 (202206.03.0). Confirmed to work with Vagrant 2.3.2 and VirtualBox 6.1.40. See https://github.com/bkenro/ffdsm/releases/tag/v20221114.
This version was created over 1 year ago.
Minor enhancement and fix, see https://github.com/bkenro/ffdsm/releases/tag/v20221104. Confirmed to work with Vagrant 2.3.2 and VirtualBox 6.1.40.
This version was created almost 2 years ago.
Update the PHP version to 8.1.11. Based on bento/ubuntu-20.04 (202206.03.0) box. Confirmed to work with Vagrant 2.3.1 and VirtualBox 6.1.38. You will be able to run D10 with this box but not D7 because of the updated PHP version.
This version was created over 2 years ago.
Bump the PHP version to 8.0. Based on bento/ubuntu-20.04 (v202112.19.0). Built with VirtualBox 6.1.30.
This version was created almost 3 years ago.
Enable mod_rewrite apache module and correct typo in php.ini. Based on bento/ubuntu-20.04 (v202107.28.0) and tested with VirtualBox 6.1.30.