You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+23-21Lines changed: 23 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,29 @@
2
2
HTPC Dashboard to load website services, written in PHP [Inspired by: [Managethis](https://github.com/Tenzinn3/Managethis) by [Tenzinn3](https://github.com/Tenzinn3)]
3
3
>Default Password is "iCauseFX"
4
4
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)]
**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