2018-10-11 02:53:19 +00:00
|
|
|
// Package statup is a server monitoring application that includs a status page server. Visit the Statup repo at
|
2018-12-04 04:17:29 +00:00
|
|
|
// https://github.com/hunterlong/statping to get a full understanding of what this application can do.
|
2018-10-11 02:53:19 +00:00
|
|
|
//
|
|
|
|
// Install Statup
|
|
|
|
//
|
2018-10-11 04:08:55 +00:00
|
|
|
// Statup is available for Mac, Linux and Windows 64x. You can download the tar.gz file or use a couple other methods. Download
|
2018-12-04 04:17:29 +00:00
|
|
|
// the latest release at https://github.com/hunterlong/statping/releases/latest or view below. If you're on windows, download
|
2018-10-11 02:53:19 +00:00
|
|
|
// the zip file from the latest releases link.
|
|
|
|
//
|
|
|
|
// // MacOS using homebrew
|
|
|
|
// brew tap hunterlong/statup
|
|
|
|
// brew install statup
|
|
|
|
//
|
|
|
|
// // Linux installation
|
|
|
|
// bash <(curl -s https://assets.statup.io/install.sh)
|
|
|
|
// statup version
|
|
|
|
//
|
|
|
|
// Docker
|
|
|
|
//
|
|
|
|
// Statup can be built in many way, the best way is to use Docker!
|
|
|
|
// docker run -it -p 8080:8080 hunterlong/statup
|
|
|
|
//
|
|
|
|
// Enjoy Statup and tell me any issues you might be having on Github. https://github.com/hunterlong
|
2018-12-04 04:17:29 +00:00
|
|
|
package statping
|