From 822f5f090134acd53cebb2a0ac1939c7b141bf32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vojt=C4=9Bch=20Sajdl?= Date: Fri, 24 Nov 2017 00:24:40 +0100 Subject: [PATCH] Update README.md --- README.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7fec316..ccbe170 100644 --- a/README.md +++ b/README.md @@ -1 +1,19 @@ -# server-status \ No newline at end of file +# Server status page +Very simple server status page written in PHP - target version 7, with some code changes it should be able to run almost anywhere. Can run even on shared webhosting without any problems and it was written exactly for that purpose. Because why waste your money on another server (or host on a server that you might want to do maintenance on), when you can use cheap webhosting? + +## FAQ + +### Does it actually run somewhere? +Yes it does! This is basically debranded version of http://status.trucksbook.eu/ + +### Why does this project exist? +It was written as a school project where we had to create a website. I went with this because I found the lack of good looking, easy to install and use status page rather weird. Therefore my goal (as stated above) was to create a simplistic status page that could run almost anywhere. The code is not the nicest or cleanest and it definitely doesn't have that many features, but hey, it works! + +### How do I install this thing? +Simply put the files on your server and access it from your browser. There will be a simple install dialog waiting for you. + +### What do I need to install this thing? +PHP & MYSQL should be enough :) + +### I want feature XY! +You can write an issue and I will try to take a look when I get some time *OR* you can actually make a fork as the code it GNU licensed. Pull requests are most welcome!