Skip to content

TribeHR/vagrant-lamp-bootstrap

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Agile Engineering PHP Vagrant Box

A simple box to run PHP code and tests for the 2016 Agile Engineering training

Install

  • Clone this repo
  • Run vagrant up before the session (it downloads a box, so you'll want to do it on fast internet with time to spare)

Running PHP

You can run PHP code either from the browser or from the command line. There's a sample file index.php to try it with.

Command Line

From the /vagrant directory, run: php index.php

Browser

In your browser, go to: http://192.168.33.22

Running Tests

PHPUnit is installed for you. It expects files in the /vagrant directory. You can find the documentation for the version installed (3.7) here

From the /vagrant directory, run: phpunit

To run the sample test, from the /vagrant directory run: phpunit SampleTest

About

A super-simple Vagrantfile / bootstrap.sh to setup a LAMP stack inside Vagrant 100% automatically

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 87.8%
  • Shell 12.2%