Source code installation instructions:
1. Import the database
The database file is database/niuka.sql
2. Modify the admin/conn.php database configuration
$dbname = 'database';//database name
$host = 'localhost';
$port = '3306';
$user = 'username';//database username
$pwd = 'password';//database password
Change the root directory config.php to your own domain name.
Change the above information to your own. Remember not to use Notepad to open the file. It is recommended to use notepad++, sublime, etc. to edit the file.
3. Log in to the website backend and modify the configuration information.
Backend login address http://your website/admin/login.php
Default login account: admin password 123456
Open platform settings-parameter settings
Modify the main website URL and sharing URL to your own (these two must be modified, otherwise the front-end display will not be normal)
Modify other settings according to your needs.
picture: