• Stars
    star
    109
  • Rank 318,087 (Top 7 %)
  • Language
    Shell
  • License
    MIT License
  • Created almost 9 years ago
  • Updated over 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

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.11.11 app.local
192.168.11.11 phpmyadmin.local
  • Navigate to http://app.local/
  • Navigate to http://phpmyadmin.local/ (both username and password are 'root')