https://github.com/jacobbednarz/vagrant-lamp
A vagrant LAMP box using a shell provisioner
https://github.com/jacobbednarz/vagrant-lamp
Last synced: 9 months ago
JSON representation
A vagrant LAMP box using a shell provisioner
- Host: GitHub
- URL: https://github.com/jacobbednarz/vagrant-lamp
- Owner: jacobbednarz
- Created: 2015-02-15T01:37:54.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-03-15T01:27:42.000Z (almost 10 years ago)
- Last Synced: 2024-12-14T13:18:37.179Z (about 1 year ago)
- Language: Shell
- Size: 5.86 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vagrant LAMP
### Requirements
- VirtualBox
- Vagrant
- Git
### Usage
```
$ git clone git@github.com: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`.