Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/riywo/zerodeploy
https://github.com/riywo/zerodeploy
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/riywo/zerodeploy
- Owner: riywo
- Created: 2012-11-14T08:19:33.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2012-11-14T08:26:00.000Z (about 12 years ago)
- Last Synced: 2024-10-21T20:05:01.898Z (3 months ago)
- Language: Perl
- Size: 102 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## ZeroDeploy
Simple deploy idea using zeromq.
## Install
need zeromq v2. use homebrew, yum, apt.
$ git clone https://github.com/riywo/zerodeploy
$ cpanm -v --installdeps .## Usage
on deploy server
$ ./master.pl ~/.bashrc
on remote servers
$ ZD_MASTER=master-host ./slave.pl ~/.bashrc