You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -34,6 +34,7 @@ Supported databases:
34
34
## Installation
35
35
36
36
* 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.
37
38
* Require CMS via composer by running ```composer require execut/yii2-cms```
38
39
* Add bootstrapping of CMS inside your applications configs ```(console|frontend|backend)/config/main.php```:
39
40
```php
@@ -60,12 +61,11 @@ return [
60
61
```ssh
61
62
./yii migrate/up --interactive 0
62
63
```
63
-
* Register user via standard controller /site/signup and activate it by setting status to 10 inside database.
64
64
* Remove or rename unused files ```frontend/web/robots.txt``` and ```frontend/controllers/SiteController.php```
65
65
* Congratulations! CMS installed
66
66
67
67
## 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.
69
69
70
70
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.
0 commit comments