diff --git a/Start-Statping.md b/Start-Statping.md deleted file mode 100644 index a70da12..0000000 --- a/Start-Statping.md +++ /dev/null @@ -1,31 +0,0 @@ -Statping is built for many different operating systems, choose yours below. - -# MacOS -```shell -brew tap hunterlong/statping -brew install statping - -statup -# your server is running on port 8080 by default (--port 8080) -``` - -# Windows -[Download the latest `statup-windows-x64.zip`](https://github.com/hunterlong/statping/releases/latest) un-zip and run the `statup` binary. - -# Linux -```shell -bash <(curl -s https://assets.statup.io/install.sh) - -statup -# your server is running on port 8080 by default (--port 8080) -``` -# Docker -```shell -docker run -it -p 8080:8080 hunterlong/statping -``` - -# Raspberry Pi -[Download the latest `statup-linux-arm7.tar.gz`](https://github.com/hunterlong/statping/releases/latest) and un-zip and run the `statup` binary. - -# AWS -Checkout the AWS installation on EC2 server on the [https://github.com/hunterlong/statping/wiki/AWS-EC2](AWS Wiki). \ No newline at end of file