Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dafox/sense-deploy
https://github.com/dafox/sense-deploy
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dafox/sense-deploy
- Owner: DaFox
- Created: 2014-03-25T18:51:02.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-03-25T21:44:38.000Z (almost 11 years ago)
- Last Synced: 2024-04-24T04:12:45.395Z (9 months ago)
- Language: PHP
- Size: 137 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SENSE7 Deploy #
### Installation ###
```bash
$ git clone https://github.com/DaFox/sense-deploy.git
$ cd sense-deploy
$ composer update
```# Configuration #
* Gearman configuration is done in application/config/worker.yaml
* Project configuration goes to application/config/projects/$project.yaml# Usage #
- Start 1 to X master workers
```bash
$ bin/sense-deploy worker --master
```- Start 1 to X deploy workers
```bash
$ bin/sense-deploy worker
```- Run
```bash
$ bin/sense-deploy deploy
```