I. Installation 1. Copy source code and Create Database - Copy all the source code in the source directory to your web root directory. - connect to mysql server, create a new database with the name is scrud_codeigniter. 2. Configuration - Open source/application/config/database.php and change your config mysql database server. $db['default']['hostname'] = 'localhost'; // for pdo: mysql:host=localhost $db['default']['username'] = 'root'; // user name $db['default']['password'] = ''; // user password $db['default']['database'] = 'codeigniteradminpro'; // database name $db['default']['dbdriver'] = 'mysqli'; $db['default']['dbprefix'] = ''; $db['default']['pconnect'] = TRUE; $db['default']['db_debug'] = TRUE; $db['default']['cache_on'] = FALSE; $db['default']['cachedir'] = ''; $db['default']['char_set'] = 'utf8'; $db['default']['dbcollat'] = 'utf8_general_ci'; $db['default']['swap_pre'] = ''; $db['default']['autoinit'] = TRUE; $db['default']['stricton'] = FALSE; 2. Installation - Access the App via browser and follow the instructions of the install page - Login with users below: Administrator (full right) : account: admin password: 123456 Manager (read,edit,delete): account: manager password: 123456 User (read only): account: user password: 123456 User (only access their own records): account: user2 password: 123456 - finished, enjoy it.