-
Notifications
You must be signed in to change notification settings - Fork 0
yfedoruk/ab
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Installation
1. chmod -R 777 WEB-ROOT/protected/runtime
2. chmod -R 777 WEB-ROOT/assets
3. Mysql database settings: WEB-ROOT/protected/config/main.php
'db'=>array(
'connectionString' => 'mysql:host=localhost;dbname=ab',
'emulatePrepare' => true,
'username' => 'root',
'password' => '',
'charset' => 'utf8',
),
4. Load test data to database: WEB-ROOT/dump.sqlAbout
address book
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published