Egorka
6 years ago
6 changed files with 159 additions and 109 deletions
@ -1,5 +1,23 @@ |
|||||||
# Zertex CMS - Site management system based on Yii2 framework |
Zertex CMS |
||||||
|
========== |
||||||
|
##Site management system based on Yii2 framework |
||||||
|
|
||||||
|
### Installation |
||||||
|
|
||||||
|
To install Zertex CMS, go to the web (web, www, public_html, etc.) folder of your site in the console and type |
||||||
|
``` |
||||||
|
composer create-project zertex/zxcms --keep-vcs |
||||||
|
``` |
||||||
|
After creating the project, type in the console |
||||||
|
``` |
||||||
|
php setup.php |
||||||
|
``` |
||||||
|
After completing the setup, the system will be available at the following urls |
||||||
|
+ http://domain.com - Public website |
||||||
|
+ http://admin.domain.com - Control Panel |
||||||
|
+ http://static.domain.com - Image storage |
||||||
|
|
||||||
## Alpha version |
|
||||||
|
|
||||||
Documentation is at [docs/guide/README.md](docs/guide/README.md). |
Documentation is at [docs/guide/README.md](docs/guide/README.md). |
||||||
|
|
||||||
|
Developer russian documentation is at [docs/developer/README.md](docs/developer/README.md). |
@ -1,5 +1,6 @@ |
|||||||
# Zertex CMS |
Zertex CMS |
||||||
Система управления сайтом на Yii2 |
========== |
||||||
|
###Система управления сайтом |
||||||
|
|
||||||
**Для разработчика** |
**Для разработчика** |
||||||
|
|
Loading…
Reference in new issue