Skip to content

Commit e07eac1

Browse files
committed
fixed doc
1 parent 8269404 commit e07eac1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ Supported databases:
3434
## Installation
3535

3636
* If you do not have yii2 app advanced, install it via [instructions here](https://github.com/yiisoft/yii2-app-advanced/blob/master/docs/guide/start-installation.md)
37+
* Register user via standard controller /site/signup and activate it by setting status to 10 inside database.
3738
* Require CMS via composer by running ```composer require execut/yii2-cms```
3839
* Add bootstrapping of CMS inside your applications configs ```(console|frontend|backend)/config/main.php```:
3940
```php
@@ -60,12 +61,11 @@ return [
6061
```ssh
6162
./yii migrate/up --interactive 0
6263
```
63-
* Register user via standard controller /site/signup and activate it by setting status to 10 inside database.
6464
* Remove or rename unused files ```frontend/web/robots.txt``` and ```frontend/controllers/SiteController.php```
6565
* Congratulations! CMS installed
6666

6767
## Usage
68-
After install CMS haved 3 application: frontend - here site for users, backend - administration panel and console.
68+
After installation CMS has 3 applications: frontend - here site for users, backend - administration panel and console.
6969

7070
For open CMS admin panel enter backend url. Here you can manage your site. Instructions for working with sections are on the page of the module responsible for a specific section. Links to pages listed in the table above.
7171

0 commit comments

Comments
 (0)