Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/voelzmo/pinger-app-release

A boshrelease for a simple pinger app
https://github.com/voelzmo/pinger-app-release

Last synced: 3 days ago
JSON representation

A boshrelease for a simple pinger app

Awesome Lists containing this project

README

        

# pinger-app-release
A boshrelease for a simple [pinger app](https://github.com/voelzmo/pinger)

The source of ping-app is included as a submodule. If you want to build your own release:
```
$ git clone --recursive
```
or
```
$ git clone
$ git submodule update --init
```