Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ StatusPage.sublime-project
bower_components
node_modules
.DS_Store
build/statuspage/config.php
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion js/app/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
};