jacobbednarz / vagrant-lamp

A vagrant LAMP box using a shell provisioner

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vagrant LAMP

Requirements

Usage

$ git clone git@github.com:jacobbednarz/vagrant-lamp.git 
$ cd vagrant-lamp 
$ vagrant up

Connecting

Apache: The Apache server is available at http://localhost:8888

MySQL: Externally the MySQL server is available at port 8889, and when running on the VM it is available as a socket or at port 3306 as usual.

  • Username: root
  • Password: root

Technical Details

  • Ubuntu 14.04 64-bit
  • Apache 2
  • PHP 5.5
  • MySQL 5.5

The web root is located in the project directory at htdocs and you can install your files there.

Accessing the box is as straight forward as vagrant ssh.

About

A vagrant LAMP box using a shell provisioner


Languages

Language:Shell 95.2%Language:PHP 4.8%