Browse Source

Update README.md

causefx 9 years ago
parent
commit
6bbf544d1d
1 changed files with 12 additions and 4 deletions
  1. 12 4
      README.md

+ 12 - 4
README.md

@@ -2,18 +2,26 @@
 HTPC/Homelab Services Organizer - Written in PHP
 HTPC/Homelab Services Organizer - Written in PHP
 
 
 ## Setup
 ## Setup
-**Requirements:** A webserver (nginx, Apache, IIS or any other webserver) configured with PHP5.5 support.
+**Requirements:** 
+
+- A webserver (nginx, Apache, IIS or any other webserver) 
+- PHP 5.5+
+- SQLite (uncomment the php_sqlite extension in php.ini file and point it to the right directory)
 
 
 - To set it up, clone this repository:
 - To set it up, clone this repository:
 `` git clone https://github.com/causefx/Organizr `` or download the ZIP-file.
 `` 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.
 - 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
 ##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.
+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 in your browser once everything is uploaded.  The script take you through to create an admin account and then you will sign in.
 
 
-Open up the index.php file once everything is uploaded.  The script take you through to create an admin account.
+The Settings page will load automatically so now you can create tabs to whatever you like in whatever order.
 
 
-Now you can refresh and create tabs to whatever you like in whatever order.
+When creating Tabs, type in the name of the tab and hit ``Enter`` this will drop it down to the list where you can fill out the rest of the data.
 
 
 Once the cookie expires you will need to login again
 Once the cookie expires you will need to login again