How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "dmunicio/web2024"
end
vagrant init dmunicio/web2024
vagrant up
This version was created 7 days ago.
Updated translations and create an initial Duplicator backup
This version was created 7 days ago.
Installed basic backup/migrataion plugin - Duplicator and UpdraftPlus
This version was created 12 days ago.
Cleaned old projects and updated basic plugins up to date
This version was created about 2 months ago.
Fixed API problems, background updates and loopback request.
This version was created about 2 months ago.
Fixed apache and timezone problem
This version was created about 2 months ago.
Fixed some errors
This version was created about 2 months ago.
First upload with basic packages: PHP 8.1, httpd, MySQL, Git. Focused in a clean Wordpress work environment.