Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dafox/sense-deploy


https://github.com/dafox/sense-deploy

Last synced: 22 days ago
JSON representation

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
```