Skip to content

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

License

Notifications You must be signed in to change notification settings

spiritix/vagrant-php7

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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')

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published