Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/devdrops/coding-dojo-php-boilerplate
- Owner: devdrops
- License: mit
- Created: 2016-02-04T03:43:16.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-09-28T04:31:19.000Z (about 8 years ago)
- Last Synced: 2024-11-02T13:33:43.450Z (about 2 months ago)
- Topics: coding-dojo, dojo, php, phpunit, vagrant
- Language: Shell
- Homepage:
- Size: 5.86 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# devdrops/coding-dojo-php-boilerplateA 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: