|
|
@@ -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
|
|
|
+
|
|
|
+
|
|
|
+Login View
|
|
|
+
|
|
|
+
|
|
|
+Settings View
|
|
|
+
|