Tag: Vagrant

  • Single Vagrant for multiple projects

    Single Vagrant for multiple projects

    How we could single Vagrant box setup for multiple projects Here we will show you how you can easily and fast, setup multiple working environments, using single Vagrant machine (from single box). What is Vagrant [dropcap]V[/dropcap]agrant is a Hashicorp product, which “is a tool for building and managing virtual machine environments in a single workflow“.…

  • Vagrant image for PHP development

    Vagrant image for PHP development

    There is the Vagrant image created for fast and easy PHP developing. https://app.vagrantup.com/sdobreff/boxes/ubuntu-20-php-all-in What is included: Ubuntu 20.04.1 LTS PHP 7.4.10 nginx 1.17.10 MySQL 8.0.21 ZSH and oh-my-zsh To use the image: vagrant box add sdobreff/ubuntu-20-php-all-in vagrant destroy vagrant init sdobreff/ubuntu-20-php-all-in That will initialize your vagrant box and will create file named Vagrantfile in the…