Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
LeKovr committed Oct 22, 2017
1 parent 860413a commit 7d6fb4f
Showing 1 changed file with 33 additions and 5 deletions.
38 changes: 33 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,38 @@
# dcape-app-nats
nats config for dcape

[![GitHub Release][1]][2] [![GitHub code size in bytes][3]]() [![GitHub license][4]][5]

[1]: https://img.shields.io/github/release/dopos/dcape-app-nats.svg
[2]: /~https://github.com/dopos/dcape-app-nats/releases
[3]: https://img.shields.io/github/languages/code-size/dopos/dcape-app-nats.svg
[4]: https://img.shields.io/github/license/dopos/dcape-app-nats.svg
[5]: LICENSE

[NATS](http://nats.io/) application package for [dcape](/~https://github.com/dopos/dcape).

## Docker image used

* [nats](https://hub.docker.com/_/nats/)

## Requirements

* linux 64bit (git, make, wget, gawk, openssl)
* [docker](http://docker.io)
* [dcape](/~https://github.com/dopos/dcape)
* Git service ([github](https://github.com), [gitea](https://gitea.io) or [gogs](https://gogs.io))

## Usage

* Fork this repo
* Setup deploy hooks
* Save config to dcape
* Run hook (nats will be installed and started on all hook hosts)
* Fork this repo in your Git service
* Setup deploy hook
* Run "Test delivery" (config sample will be created in dcape)
* Edit and save config (enable deploy etc)
* Run "Test delivery" again (app will be installed and started on webhook host)

See also: [Deploy setup](/~https://github.com/dopos/dcape/blob/master/DEPLOY.md) (in Russian)

## License

The MIT License (MIT), see [LICENSE](LICENSE).

Copyright (c) 2017 Alexey Kovrizhkin <lekovr+dopos@gmail.com>

0 comments on commit 7d6fb4f

Please sign in to comment.