diff --git a/.gitignore b/.gitignore index b2a65fb..bffccfe 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ StatusPage.sublime-project bower_components node_modules .DS_Store +build/statuspage/config.php diff --git a/README.md b/README.md index 7ae08e7..c2ecf3c 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ How to install ----- 1. Download the latest StatusPage_Public.zip from [here](https://github.com/nerdbaggy/StatusPage/releases/latest) 2. Unzip the file and place all the contents in your web folder. -3. Edit the config file in statuspage/config.php with your UptimeRobot API Key +3. Copy the ``statuspage/config-sample.php`` to ``statuspage/config.php`` and insert your UptimeRobot API Key 4. That's it! View the index.html with your webrowser and see your uptime! How to customize diff --git a/build/statuspage/config.php b/build/statuspage/config-sample.php similarity index 100% rename from build/statuspage/config.php rename to build/statuspage/config-sample.php diff --git a/js/app/config.js b/js/app/config.js index 4f94bd7..612ea61 100644 --- a/js/app/config.js +++ b/js/app/config.js @@ -25,5 +25,5 @@ var config = { alertColor: 'success', //I guess you can hide the footer, but it would make me sad :( - showFooter: true, + showFooter: true }; \ No newline at end of file