Skip to content

darkomenx/vagrant-base

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

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 :

  1. copy/paste vagrant directory to your project root path
  2. download your Ubuntu 18 iso (server version!) and copy in the vagrant/files directory
  3. change the "iso_url" parameter of the packer template file
  4. confirm the "config.vm.box_url" in the Vagrantfile
  5. launch packer

Requirements :

About

directory base for generate a vagrant box

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published