Skip to content

Vagrant based LAMP server using Ubuntu 16.04 and PHP 7

Notifications You must be signed in to change notification settings

lroot/lamp-vagrant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vagrant LAMP

Creates a LAMP based server using Ubuntu 16.04, PHP 7 and MySQL 5.7

Requirements

Usage

Startup

  1. Download https://github.com/lroot/lamp-vagrant/archive/master.zip
  2. Extract the ZIP file.
  3. From the command-line:
$ cd lamp-vagrant-master
$ vagrant up

Connecting

Apache

The Apache server is available at http://192.168.33.10

MySQL

Externally the MySQL server is available at 192.168.33.10:3306 Username: root Password: 12345678

Technical Details

  • Ubuntu 16.04 64-bit
  • Apache 2.4
  • PHP 7
  • MySQL 5.7
  • Composer

Releases

No releases published

Packages

No packages published

Languages