Skip to content
This repository has been archived by the owner on Apr 17, 2022. It is now read-only.
/ vagrant-php7 Public archive
forked from spiritix/vagrant-php7

A simple LAMP setup for Vagrant running PHP7

License

Notifications You must be signed in to change notification settings

shatodj/vagrant-php7

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 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

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.dev
192.168.100.100 phpmyadmin.dev
  • Navigate to http://app.dev/
  • Navigate to http://phpmyadmin.dev/ (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 99.3%
  • PHP 0.7%