Skip to content

Commit ab57a08

Browse files
committed
Update README.md
1 parent 33c0d2d commit ab57a08

1 file changed

Lines changed: 23 additions & 21 deletions

File tree

README.md

Lines changed: 23 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,29 @@
22
HTPC Dashboard to load website services, written in PHP [Inspired by: [Managethis](https://github.com/Tenzinn3/Managethis) by [Tenzinn3](https://github.com/Tenzinn3)]
33
>Default Password is "iCauseFX"
44
5+
## Setup
6+
**Requirements:** A webserver (nginx, Apache, IIS or any other webserver) configured with PHP5 support.
7+
`` parse_ini_file `` must be allowed in php.ini (default is allowed!)
8+
- To set it up, clone this repository:
9+
`` git clone https://github.com/causefx/iDashboard-PHP `` or download the ZIP-file.
10+
- 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.
11+
12+
##INSTRUCTIONS
13+
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.
14+
15+
Open up the index.php file once everything is uploaded. The script will install and copy the default template over.
16+
17+
Now you can goto settings and change the tabs to whatever you like in whatever order and change your password.
18+
19+
Once the cookie expires you will need to login again
20+
21+
If you aren't logged in you or any guest will only see your guest enabled tabs
22+
23+
##Thank you to those who helped test... especially
24+
[Thank you: [Codehhh](https://github.com/Codehhh) by [Mmolitor87](https://github.com/mmolitor87)]
25+
26+
##Images
27+
528
Guest View
629
![Desktop screenshot](http://i.imgur.com/KwEO6rp.png)
730

@@ -25,24 +48,3 @@ Mobile View
2548

2649
Mobile List View
2750
![Desktop screenshot](http://i.imgur.com/FR8zvgV.png width="200")
28-
29-
## Setup
30-
**Requirements:** A webserver (nginx, Apache, IIS or any other webserver) configured with PHP5 support.
31-
`` parse_ini_file `` must be allowed in php.ini (default is allowed!)
32-
- To set it up, clone this repository:
33-
`` git clone https://github.com/causefx/iDashboard-PHP `` or download the ZIP-file.
34-
- 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.
35-
36-
##INSTRUCTIONS
37-
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.
38-
39-
Open up the index.php file once everything is uploaded. The script will install and copy the default template over.
40-
41-
Now you can goto settings and change the tabs to whatever you like in whatever order and change your password.
42-
43-
Once the cookie expires you will need to login again
44-
45-
If you aren't logged in you or any guest will only see your guest enabled tabs
46-
47-
##Thank you to those who helped test... especially
48-
[Inspired by: [Codehhh](https://github.com/Codehhh) by [Mmolitor87](https://github.com/mmolitor87)]

0 commit comments

Comments
 (0)