Test calendar/organaizer application, using yii, jquery, bootstrap & MySQL
Screen #1
Screen #2
To install project follow next steps:
- Download or copy repository
- Create empty MySQL database.
- Configure
/protected/main.php
and/protected/config.php
files by setting your DB parametrs - Run
./yiic migrate
from%project_folder%/protected
to create tables with test data.