-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathREADME.txt
More file actions
36 lines (25 loc) · 1.17 KB
/
README.txt
File metadata and controls
36 lines (25 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
REQUIREMENTS
-------------------------
PHP Version 7.1 or later
Apache 2 or later
Windows 7 or later /Linux 3 or later
Firefox 52, Chrome 57, IE 8
INSTALLATION
------------
INSTALLER
.........
1) Extract the product archive in web root. e.g. www/dashboarduilder
2) Open it in browser to run installer. e.g. http://localhost/ dashboarduilder
INTEGRATION
-----------
- For integration in your app, you need to copy the PHP code to your php application.
1) The folder "inc", “assets” and “css” will be replaced by path where you place 'lib' folder (if changed)
<script src="assets/js/dashboard.min.js"></script> <! -- copy this file to assets/js folder -- >
<link rel="stylesheet" href="css/bootstrap.min.css"> <! -- Bootstrap CSS file, change the path accordingly -- >
2) Update include path where you place “inc/dashboard_dist.php”. (if changed)
Include(“inc/dashboard_dist.php");
Refer 'Getting Started' section on https://www.dashboardbuilder.net/documentation for more details.
Refer 'Support' on https://www.dashboardbuilder.net/support for queries and support.
LICENSE
-------
Must read and agree LICENSE.txt before use.