Skip to content

adrianmak/vagrant-box

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vagrant LAMP (Linux Apache Mysql PHP)

This Vagrantfile and puppet manifests files are for self-learning purpose. But it WORKS anyway.

Requirements

Installation

Install virtualbox, vagrant, vagrant-hostmanager and git

Startup

$ git clone https://github.com/adrianmak/vagrant-box [your_project_folder]
$ cd [your_project_folder]
$ vagrant up

Technical Details

Server packages

  • Ububtu 14.04 64bit
  • Apache 2
  • PHP 5.5
  • MySQL 5.5

Development tools

  • node.js
  • Gulp
  • browser-sync
  • bower
  • composer
  • Drush
  • xdebug

Connecting

Apache

http://test.local

Make www folder under project folder. This is the DocumentRoot of Apache.

mailcatcher

http://test.local:1080

PhpMyAdmin

http://test.local/phpmyadmin

Vagrant shell password

vagrant

Mysql root password

root

You could access to the vagrant box in two ways

  1. From vagrant. At the project folder, execute 'vagrant ssh'
  2. Remote SSH

About

Web development vagrant box

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published