Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 517 Bytes

File metadata and controls

24 lines (21 loc) · 517 Bytes

Quick start

  1. Clone repository to your disk
git clone https://github.com/EvgenySmekalin/maslov.git
  1. Change directory to todomvc and install composer dependencies
cd maslov
composer install
  1. Edit config/db.php file according to your db settings

  2. Run migrations

php yii migrate
  1. 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.