https://github.com/maxpaynestory/ahmed-usama-techtask-201803
https://github.com/maxpaynestory/ahmed-usama-techtask-201803
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/maxpaynestory/ahmed-usama-techtask-201803
- Owner: maxpaynestory
- License: mit
- Created: 2018-03-14T14:44:57.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-14T15:15:25.000Z (about 7 years ago)
- Last Synced: 2025-01-06T15:18:08.205Z (5 months ago)
- Language: PHP
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
- Composer## Prerequisites
- [Vagrant](https://www.vagrantup.com/downloads.html)
- Plugin vagrant-vbguest (``vagrant plugin install vagrant-vbguest``)
- Plugin vagrant-hostmanager ( for adding host entries to etc file)## How to use
- Clone this repository into your project
- Run ``vagrant up``
- Add the following lines to your hosts file if hostmanager didn't worked:
````
192.168.100.135 recipeapp.vm
````
- Recipe end point for ``http://recipeapp.vm/index.php/lunch``## How to test
- Run ``vendor/bin/phpunit``