An open API service indexing awesome lists of open source software.

https://github.com/jacobbednarz/vagrant-lamp

A vagrant LAMP box using a shell provisioner
https://github.com/jacobbednarz/vagrant-lamp

Last synced: about 1 month ago
JSON representation

A vagrant LAMP box using a shell provisioner

Awesome Lists containing this project

README

        

# Vagrant LAMP

### Requirements

- VirtualBox
- Vagrant
- Git

### Usage

```
$ git clone [email protected]: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`.