Skip to content

csoares/vagrant-php7

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vagrant PHP7

A simple Vagrant LAMP setup running PHP7.

What's inside?

  • Ubuntu 14.04.3 LTS (Trusty Tahr)
  • Vim, Git, Curl, etc.
  • Apache
  • PHP7 with some extensions
  • MySQL 5.6
  • Node.js with NPM
  • RabbitMQ
  • Redis
  • Composer
  • phpMyAdmin
  • PHPUnit

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

About

A simple LAMP setup for Vagrant running PHP7

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 63.0%
  • PHP 37.0%