Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/devdrops/coding-dojo-php-boilerplate

:computer: A boilerplate to get a coding dojo environment up and running.
https://github.com/devdrops/coding-dojo-php-boilerplate

coding-dojo dojo php phpunit vagrant

Last synced: 3 days ago
JSON representation

:computer: A boilerplate to get a coding dojo environment up and running.

Awesome Lists containing this project

README

        


# devdrops/coding-dojo-php-boilerplate

A boilerplate to get a coding dojo environment up and running.

### What This Environment Provides?

* Ubuntu as the OS (version as the latest from _trusty64_), with cURL and Vim;
* PHP 7.0.2 (latest from _ondrej/php_);
* Composer as global (with commands to always update _composer.phar_);
* PHPUnit as global (as the latest _phpunit/phpunit=5.1.*_, installed using Composer).

### Requirements Before Start

Remember to check if your machine have the following requirements:

* Vagrant

> **Also:** Please check [License](LICENSE) and the [Code Of Conduct](CODE_OF_CONDUCT.md) before start :wink:.

### Let's Get Started!

1. Clone this repository;
2. Fire `vagrant up`;
3. Then, `vagrant ssh`;
4. Finally, start your Dojo! :shipit: