causefx пре 9 година
родитељ
комит
8a79b58f96
1 измењених фајлова са 31 додато и 0 уклоњено
  1. 31 0
      README.md

+ 31 - 0
README.md

@@ -0,0 +1,31 @@
+# Organizr
+HTPC/Homelab Services Organizer - Written in PHP
+
+## Setup
+**Requirements:** A webserver (nginx, Apache, IIS or any other webserver) configured with PHP5.5 support.
+
+- To set it up, clone this repository:
+`` git clone https://github.com/causefx/Organizr `` 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.  Please set the correct user permissions on the directory and it's files.
+
+##INSTRUCTIONS
+Upload all contents of zip or git pull the zip into the folder you want to have this on your webserver.  Set the correct file permission on the files.
+
+Open up the index.php file once everything is uploaded.  The script take you through to create an admin account.
+
+Now you can refresh and create tabs to whatever you like in whatever order.
+
+Once the cookie expires you will need to login again
+
+If you aren't logged in you or any guest will only see your guest enabled tabs
+
+##Images
+
+Main View
+![Desktop screenshot](http://i.imgur.com/sHKNeBM.png)
+
+Login View
+![Desktop screenshot](http://i.imgur.com/tq9IgWZ.png)
+
+Settings View
+![Desktop screenshot](http://i.imgur.com/qtoZkX6.png)