https://github.com/gianarb/zf-parallel-split
Script to manage parallel split of Zend Framework's components
https://github.com/gianarb/zf-parallel-split
Last synced: over 1 year ago
JSON representation
Script to manage parallel split of Zend Framework's components
- Host: GitHub
- URL: https://github.com/gianarb/zf-parallel-split
- Owner: gianarb
- Created: 2015-05-01T08:12:35.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-05-16T09:19:51.000Z (about 11 years ago)
- Last Synced: 2025-02-01T21:43:41.325Z (over 1 year ago)
- Language: PHP
- Size: 165 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Script to manange parallel Zend Framework's split in AWS.
## Config
```bash
cp config/local.php.dist config/local.php
```
Copy configuration's draft and replace this file with your configurations.
The `components` key is the lists of component to be divided
## UserAgent
In this implementation I run one EC2 instance for component and launch a UserAgent to provide and start split script.
See [script.sh](./bin/script.sh) this is the startup script