2.1.0 • Published 7 years ago

reliable-macaca-slave v2.1.0

Weekly downloads
5
License
MIT
Repository
github
Last release
7 years ago

reliable-macaca-slave

NPM version build status npm download

reliable-macaca-slave is the slave part of the Reliable. Here for adapt to macaca-cli, which in order to provide continuous integration service.

Installment

$ brew install zeromq ## if you are using Mac os
$ npm i reliable-macaca-slave -g

Quick Start

# connect to reliable master
$ reliable server -m <reliable-master:port> --verbose

Docs

reliable-macaca-slave Deployment Guide

Docker

#build
$ docker build -f Dockerfile .