Skip to content

Latest commit

 

History

History
55 lines (38 loc) · 920 Bytes

README.md

File metadata and controls

55 lines (38 loc) · 920 Bytes

SEO-service on Yii 2

Source code of SEO-service.

Read more.

Installation

Create a project:

composer global require "fxp/composer-asset-plugin:~1.0.0"
composer create-project --prefer-dist --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 global require "fxp/composer-asset-plugin:~1.0.0"
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

Init RBAC roles:

php yii rbac/init

Assign admin role to your user:

php yii roles/assign