SQL DB
We include the dummy database file at backend folder,
Step to import database :
1. create new database with any name, in cpanel its located at menu MySQL database
2. create/reuse user database and remember its password
3. connect user database with your database from number 1
4. Go to menu phpMyAdmin, import database_notch.sql into created database number 1
5. still on notch database go to menu Operations, change Collation to utf8mb4_unicode_ci
and press GO
For first login you can login with
ADMIN username : admin
, password : admin
WRITER username : writer
, password : writer
To change configuration please see services/conf.php file, you must edit this data with your own data.
public $DB_SERVER = "localhost";
public $DB_USER = "your_db_user_name";
public $DB_PASSWORD = "your_db_user_password";
public $DB_NAME = "your_db_name";
Database Architecture :
Last updated
Was this helpful?