How to use this box with Vagrant:

Vagrant.configure("2") do |config|
  config.vm.box = "imranalisen/ubuntuphp74"
  config.vm.box_version = "20220510"
end
vagrant init imranalisen/ubuntuphp74 \
  --box-version 20220510
vagrant up

This version was created over 1 year ago.

Base box for Magento 2.3.7 to 2.4.3-p2

Softwares include

  • Ubuntu 20.04,
  • Swap space 8GB,
  • Nginx,
  • PHP 7.4,
  • FPM 7.4,
  • Self Signed SSL,
  • Mysql 8.0,
  • Git,
  • Composer 1.8

Use config.vm.network "private_network", ip: "192.168.33.12" in vagrant file to access VM

Use only for local development environment, not recommended to use for STG and Prod.

1 provider for this version.
  • virtualbox
    unknown Hosted by Vagrant Cloud (797 MB)