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 b1f35ec commit da010e6
Showing 1 changed file with 33 additions and 6 deletions.
39 changes: 33 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,39 @@
# dcape-app-powerdns - Run powerdns in dcape environment
# dcape-app-powerdns

Docker image used: [dopos/dockerfile-powerdns-pg](https://github.com/dopos/dockerfile-powerdns-pg)
[![GitHub Release][1]][2] [![GitHub code size in bytes][3]]() [![GitHub license][4]][5]

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

[PowerDNS](https://www.powerdns.com/) application package for [dcape](https://github.com/dopos/dcape).

## Docker image used

* [dopos/dockerfile-powerdns-pg](https://github.com/dopos/dockerfile-powerdns-pg)

## 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 (powerdns 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)
* Fork [dopos/dcape-dns-config](https://github.com/dopos/dcape-dns-config) and cook your zones

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 da010e6

Please sign in to comment.