statping/README.md

13 lines
522 B
Markdown
Raw Normal View History

2018-06-10 02:36:48 +00:00
# Statup [![Build Status](https://travis-ci.org/hunterlong/statup.svg?branch=master)](https://travis-ci.org/hunterlong/statup)
An easy to use Status Page for your websites and applications. Statup will automatically fetch the application and render a beutiful status page.
## Docker
Use the [Statup Docker Image](https://hub.docker.com/r/hunterlong/statup) to create a status page in seconds.
```
docker run -it -p 8080:8080 hunterlong/statup
```
2018-06-10 03:44:47 +00:00
### Install on Linux
```
bash <(curl -s https://statup.io/install.sh)
```