Vagrant Base
Project that contain directory that you can include in your projects if you want a local virtual server. It will create a custom vagrant box file with Packer tool.
Virtual Server based on Ubuntu 18 OS (modify in your convenience)
This vagrant box includes :
- Apache 2.4
- PHP 7.3 (with XDebug)
- MariaDB 10
with those linux tools :
- install nano
- install vim
- install aptitude
- install git
- install dos2unix
- install net-tools
- install nmap
How to :
- copy/paste vagrant directory to your project root path
- download your Ubuntu 18 iso (server version!) and copy in the vagrant/files directory
- change the "iso_url" parameter of the packer template file
- confirm the "config.vm.box_url" in the Vagrantfile
- launch packer
Requirements :
- VirtualBox engine VirtualBox engine
- Vagrant system Vagrant system
- Packer tool Packer tool