mccricardo / lamp_server

Vagrant setup to build a basic LAMP server.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LAMP Server

Vagrant setup to build a basic LAMP server.

Dependencies

How to setup

Create folder to host setup:

mkdir /path/to/host/files

Clone repository:

cd /path/to/host/files
git clone https://github.com/mccricardo/lamp_server.git

Start you VM and install dependencies:

vagrant up

Accesing your server

This setup will create and run a VM running Linux (Ubuntu 12.04), Apache, MySQL and PHP.

Port forwarding was setup to port 8080 so that you can access your server on your host machine via: http://127.0.0.1:8080.

Notes

  • The created VM is be running a copy of of Ubuntu Precise Pangolin 64bit (12.04 LTS). This will fetched and created using a box. Check Vagrant boxes for more detail.
  • The VM is setup to have 1GB of RAM memory. Be sure to have that available.
  • The povision installs others packages, suitable to my personal use. If you do not require them, edit the bootstratp.sh file.
  • The first time you run vagrant up all the setup up and provision will be done. This might take a while. Please be patient.

About

Vagrant setup to build a basic LAMP server.


Languages

Language:Shell 100.0%