Browse Source

Creation or Readme

None
causefx 10 years ago
parent
commit
868aeb8378
1 changed files with 33 additions and 0 deletions
  1. 33 0
      README.md

+ 33 - 0
README.md

@@ -0,0 +1,33 @@
+# iDashboard-PHP
+HTPC Dashboard to load website services, written in PHP
+
+![Desktop screenshot](http://i.imgur.com/WgR0WNB.jpg)
+
+![Desktop screenshot](http://i.imgur.com/cs3ClvM.jpg)
+
+## Setup
+**Requirements:** A webserver (nginx, Apache, IIS or any other webserver) configured with PHP5 support.
+`` parse_ini_file `` must be allowed in php.ini (default is allowed!)
+- To set it up, clone this repository:
+`` git clone https://github.com/causefx/iDashboard-PHP `` or download the ZIP-file.
+- Place all files on a publically accessible webserver, either directly in the root, or inside a directory called ``Dashboard`` or whatever you want it to be called.
+
+##INSTRUCTIONS
+>Upload all contents of zip or git pull the zip into the folder you want to have this on your webserver.
+
+>Open up the index.php file once everything is uploaded.  The script will install and copt the default template over.
+
+>Now you can goto settings and change the tabs to whaever you like in whatever order and change your password.
+![Desktop screenshot](http://i.imgur.com/aFlJ1fX.jpg)
+
+>Once the cookie expires you will need to login again
+![Desktop screenshot](http://i.imgur.com/N6niCtV.jpg)
+
+If you aren't logged in you or any guest will only see your guest enabled tabs
+![Desktop screenshot](http://i.imgur.com/Euo24a0.jpg)
+
+
+##This is just a rough beta...
+>Verification is done through cookies which I will add another layer of security by adding hash to the cookie.  Will be done soon.
+>I need to fix the settings.php to include php die code so it will not be read from outside the server.
+