Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/voelzmo/pinger-app-release
- Owner: voelzmo
- License: apache-2.0
- Created: 2016-10-19T08:47:06.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-11-25T20:18:28.000Z (about 6 years ago)
- Last Synced: 2024-11-08T23:12:40.694Z (about 2 months ago)
- Language: HTML
- Size: 23.4 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```