Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

Commit d9a9c39

Browse files
committed
[UPD] Create database
1 parent f856c58 commit d9a9c39

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ CodeIgniter 3.x with AdminLTE 2.3.x
66
1. Unzip the package.
77
2. Upload the `CI-AdminLTE` folders and files to your server. Normally the index.php file will be at your root.
88
3. Open the `application/config/common/dp_config.php` file with a text editor and set your base URL:
9-
109
```
1110
// Fill in the file of your project here when you develop locally.
1211
$host_dev = 'CI-AdminLTE';
@@ -16,6 +15,8 @@ $host_dev = 'CI-AdminLTE';
1615
// johndoe.com
1716
$host_prod = 'your_domain.tld';
1817
```
18+
4. Create a table named `ci_adminlte` and inject the data from the `install/sql/ci_adminlte.sql` file.
19+
5. Change if necessary the connection information to your database in the `application/config/database.php` file.
1920

2021
## Demo
2122

0 commit comments

Comments
 (0)