From b2f599e85e8bc53e3b348fd475256cd798578681 Mon Sep 17 00:00:00 2001 From: Hunter Long Date: Mon, 19 Nov 2018 01:10:30 -0800 Subject: [PATCH] Updated Start Statup (markdown) --- Start-Statup.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/Start-Statup.md b/Start-Statup.md index 5171963..da7ad6e 100644 --- a/Start-Statup.md +++ b/Start-Statup.md @@ -1,13 +1,31 @@ Statup is built for many different operating systems, choose yours below. # MacOS +```shell +brew tap hunterlong/statup +brew install statup + +statup +# your server is running on port 8080 by default (--port 8080) +``` # Windows +[Download the latest `statup-windows-x64.zip`](https://github.com/hunterlong/statup/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/statup +``` # Raspberry Pi +[Download the latest `statup-linux-arm7.tar.gz`](https://github.com/hunterlong/statup/releases/latest) and un-zip and run the `statup` binary. -# AWS \ No newline at end of file +# AWS +Checkout the AWS installation on EC2 server on the [https://github.com/hunterlong/statup/wiki/AWS-EC2](AWS Wiki). \ No newline at end of file