Skip to content

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

Notifications You must be signed in to change notification settings

harrypython/vagrant-centos-lamp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages