Skip to content

Latest commit

 

History

History
53 lines (32 loc) · 986 Bytes

README.md

File metadata and controls

53 lines (32 loc) · 986 Bytes

vagrant-centos-lamp

A super-simple Vagrantfile to setup a LAMP stack inside Vagrant 100% automatically.

Requirements

  • Virtualbox
  • Vagrant >= 1.7.0

Installation:

Download and install VirtualBox

Download and install vagrant

Clone this repository

Go to the repository folder and launch the box

$ cd [repo]
$ vagrant up

What's inside:

Installed software:

  • Centos 7.4 (boxes built using templates from the Bento project)
  • PHP 7.4
  • MySQL Community Server 5.7
  • Apache
  • PhpMyAdmin 4.5.4.1
  • WordPress

Notes

Accessing your hosts via your local web browser

http://mylamp.dev

MySQL

Logging in can be done with username=root, password=mySQL@123

phpMyAdmin

phpMyAdmin is available on every domain. For example: http://mylamp.dev/phpmyadmin