- Clone repository to your disk
git clone https://github.com/EvgenySmekalin/maslov.git
- Change directory to todomvc and install composer dependencies
cd maslov
composer install
-
Edit config/db.php file according to your db settings
-
Run migrations
php yii migrate
- You can create an admin using command
php yii create-admin -u=<username> -p=<password>
where - admin username and - his password. It's only one place to create admin user.