Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/eddiejaoude/devops-helper-scripts
- Owner: eddiejaoude
- License: mit
- Created: 2014-11-12T06:52:22.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-16T00:55:13.000Z (about 10 years ago)
- Last Synced: 2024-10-03T23:41:21.363Z (3 months ago)
- Homepage:
- Size: 129 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`
*