Source code of SEO-service.
Create a project:
composer create-project --stability=dev elisdn/seokeys project
or clone the repository for pull
command availability:
git clone https://github.com/ElisDN/seokeys.git project
cd project
composer install
Init an environment:
php init
Fill your DB connection information in config/common-local.php
and execute migrations:
php yii migrate
Sign up on site or create your first user manually:
php yii user/users/create
Assign admin
role to your user:
php yii roles/assign