Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/eddiejaoude/devops-helper-scripts

Common Scripts run (inc. TravisCI, Composer)
https://github.com/eddiejaoude/devops-helper-scripts

Last synced: 2 months ago
JSON representation

Common Scripts run (inc. TravisCI, Composer)

Awesome Lists containing this project

README

        

# DevOPs Helper Scripts

## Symfony2

* Check `make -f symfony check`
* PHP Builtin Dev Webserver `make -f symfony webserver`
* Run all of the above `make -f symfony all`

## Zend Framework 2

* Setup Application dependencies `make -f zendframework2 setup` (will download `composer.phar` if doesnt exist)
* PHP Builtin Dev Webserver `make -f zendframework2 webserver`
* Run all of the above `make -f zendframework2 all`
*