From c629e20d3c59b00a9517dd0951f9d357c1a262cc Mon Sep 17 00:00:00 2001 From: Hunter Long Date: Fri, 29 Jun 2018 22:40:37 -0700 Subject: [PATCH 1/2] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index de94473e2..b4875ddd1 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,10 @@ for you to build an even better status page. Statup strives to remain future-proof and remain intact if a failure is created. Your Statup service should not be running on the same instance you're trying to monitor. If your server crashes your Status Page should still remaining online to notify your users of downtime. +

+ +

+ ## Lightweight and Fast Statup is a very lightweight application and is available for Linux, Mac, and Windows. The Docker image is only ~16Mb so you know that this application won't be filling up your hard drive space. The Status binary for all other OS's is ~17Mb at most. @@ -20,6 +24,10 @@ This Status Page generator allows you to use MySQL, Postgres, or SQLite. ## No Requirements Statup is built in Go Language so all you need is the precompile binary based on your operating system. You won't need to install anything extra once you have the Statup binary installed. You can even run Statup on a Raspberry Pi. +

+ +

+ ## Run on Any Server Whether you're a Docker fan-boy or a AWS EC2 master, Statup gives you multiple options to simply get running. Our Amazon AMI image (`ami-7be8a103`) is only 8Gb and will automatically update to the most stable version of Statup. Running on an EC2 server might be the most cost effective way to host your own Statup Status Page. The server runs on the smallest EC2 instance (t2.nano) AWS has to offer, which only costs around $4.60 USD a month for your dedicated Status Page. From 2cfc2a6e9562ca49a3c66dc4f3331978dfc0e55f Mon Sep 17 00:00:00 2001 From: Hunter Long Date: Fri, 29 Jun 2018 23:51:41 -0700 Subject: [PATCH 2/2] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index b4875ddd1..b85ae0635 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,11 @@ This Status Page generator allows you to use MySQL, Postgres, or SQLite. ## No Requirements Statup is built in Go Language so all you need is the precompile binary based on your operating system. You won't need to install anything extra once you have the Statup binary installed. You can even run Statup on a Raspberry Pi. +

+ + +

+