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 10 months ago.
Updated translations and create an initial Duplicator backup
This version was created 10 months ago.
Installed basic backup/migrataion plugin - Duplicator and UpdraftPlus
This version was created 10 months ago.
Cleaned old projects and updated basic plugins up to date
This version was created 12 months ago.
Fixed API problems, background updates and loopback request.
This version was created 12 months ago.
Fixed apache and timezone problem
This version was created 12 months ago.
Fixed some errors
This version was created 12 months ago.
First upload with basic packages: PHP 8.1, httpd, MySQL, Git. Focused in a clean Wordpress work environment.