Skip to content

k2052/vagrant-lamp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What

Vagrant/Chef files for a LAMP server

How

  1. Install vagrant

     gem install vagrant
    
  2. Download and Install VirtualBox

  3. Clone this repo

  4. Go to the repo and launch the box

     cd [repo]
     vagrant up
    
  5. Add this line to your /etc/hosts (or windows equivalent) 127.0.0.1 www.dev-site.com dev-site.com dev.dev-site-static.com

That's it, the file in [repo]/public/ are served here : http://www.dev-site.com:8080/

You can add XDEBUG_PROFILE to your GET parameter to generate an xdebug trace, e.g. http://www.dev-site.com:8080/?XDEBUG_PROFILE

You can then investigate at http://localhost:8080/webgrind/

Phpmyadmin is available http://localhost:8080/phpmyadmin/. User myadmin, Password myadmin

About

Vagrant/Chef files for a LAMP server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 98.9%
  • Other 1.1%