Skip to content

A dead-simple LAMP stack without any bells and whistles for your basic Linux/Apache/MySQL/PHP install.

Notifications You must be signed in to change notification settings

imtheman/Vagrant-LAMP-Stack

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vagrant LAMP stack

A dead-simple LAMP stack without any bells and whistles for your basic Linux/Apache/MySQL/PHP install.

Fork this and add additional software and configuration that suits the needs of your project.

Requirements:

Installation

Clone this repository

$ git clone git@github.com:MiniCodeMonkey/Vagrant-LAMP-Stack.git
$ cd Vagrant-LAMP-Stack
$ git submodule update --init

Place your website in the public_html folder

Usage

Start the VM

$ vagrant up

You can now access your project at http://server.dev

Screenshot of up-and-running server

Installed software:

  • Apache 2
  • MySQL
  • PHP 5.4 (with mysql, curl, mcrypt, memcached, gd)
  • memcached
  • vim, git, screen, curl, composer

Default credentials

MySQL

  • Username: root
  • Password: root
  • Host: localhost
  • Port: 3306

Note: Remote MySQL access is enabled by default, so you can access the MySQL database using your favorite MySQL client with the above credentials (and using e.g. server.dev as hostname).

Memcached

  • Port: 11211

About

A dead-simple LAMP stack without any bells and whistles for your basic Linux/Apache/MySQL/PHP install.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published