Skip to content

isaacbordas/vagrant.provision.xenial64

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

vagrant.provision.xenial64

Provisioning vagrant box ubuntu/xenial64

This Vagrant script creates a Ubuntu's 64bit 16.04 LTS (ubuntu/xenial64) machine and provide it via owns machine SHELL with a LAMP environment with the next actions:

  • Install lastest Apache
  • Adds ondrej's repository for the PHP 7
  • Installs PHP 7.2
  • Installs latest MySQL indicating the root password on the process
  • Installs composer and makes it global
  • Installs Git
  • Creates a 2Gb swap

Change the default password for the MySQL root user located in the Vagrantfile The local IP for this machine is 192.168.33.177. Change it for your convenience. The synced_folder is web (relative on the Vagrantfile location) -> /var/www (default DocumentRoot folder for apache)

About

Vagrantfile to create and provision a Ubuntu machine

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published