Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 736 Bytes

README.md

File metadata and controls

32 lines (26 loc) · 736 Bytes

Vagrant PHP7

A simple Vagrant LAMP setup with PHP 7.1 running on Ubuntu 16.04 LTS.

What's inside?

  • Ubuntu 16.04 LTS (Xenial Xerus)
  • Vim, Git, Curl, etc.
  • Apache
  • PHP 7.1 with some extensions
  • MySQL 5.7
  • Node.js 8 with NPM
  • RabbitMQ
  • Redis
  • Composer
  • phpMyAdmin

Prerequisites

  • Vagrant
  • Plugin vagrant-vbguest (vagrant plugin install vagrant-vbguest)

How to use

  • Clone this repository into your project
  • Run vagrant up
  • Add the following lines to your hosts file:
192.168.100.100 app.local
192.168.100.100 phpmyadmin.local
  • Navigate to http://app.local/
  • Navigate to http://phpmyadmin.local/ (both username and password are 'root')