Skip to content

LAMP stack in a Vagrant box for quick development

License

Notifications You must be signed in to change notification settings

x2josef/quick-lamp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quick Lamp Stack

Quickly set up a LAMP Stack application regardless of your environment.

The only dependency is Vagrant, which you can install here: https://www.vagrantup.com/downloads.html

After downloading and installing, within the quick-lamp directory, include your project in the public directory and then run

vagrant up

This will build the Vagrant box with the necessary LAMP packages included. You can directly access the instance using

vagrant ssh

The credentials/config for each service in the stack is

Apache

  • IP: 127.0.0.1
  • Port: 8080

MySQL

  • Host: 127.0.0.1
  • Database: mysql
  • User: root
  • Password: password

Have fun!

About

LAMP stack in a Vagrant box for quick development

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 95.2%
  • Shell 4.3%
  • HTML 0.5%