codextips/adroit
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
INSTALLATION =================================== To Run the application first configure db settings in /protected/config/main.php and /protected/config/console.php files. Go to project directory root from command line. Migrate Database with "php protected/yiic.php migrate" command. Go to project link from browser. TESTING ================================================== To unit test the application configure db settings in /protected/config/test.php Go to "protected/tests/" directory from command line. Run unit test with "phpunit unit/" command.