You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Egorka 714fe21eed Console ModuleController module file fix 6 years ago
backend Setting bootstrap load 6 years ago
common Console module controller install 6 years ago
console Console ModuleController module file fix 6 years ago
core Module enabled migration apply both up and safeUp methods 6 years ago
docs Init blog 6 years ago
environments Environment fix 6 years ago
frontend Setting bootstrap load 6 years ago
static Blog languages 6 years ago
vagrant Blog preview and revisions 6 years ago
.bowerrc init 7 years ago
.editorconfig Reformat some code 6 years ago
.gitignore Using zertex/yii2-avatar-generator 6 years ago
LICENSE.md License change 2 6 years ago
README.md Installer settings fix 6 years ago
Vagrantfile init 7 years ago
Yii.php Code format 6 years ago
codeception.yml init 7 years ago
composer.json Reformat code 6 years ago
init init 7 years ago
init.bat init 7 years ago
requirements.php init 7 years ago
setup.php Installer settings fix 6 years ago
yii.bat init 7 years ago

README.md

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

Dev version

composer create-project zertex/zxcms --keep-vcs --stability=dev

After creating the project, type in the console

cd zxcms
php setup.php

After completing the setup, the system will be available at the following urls

Documentation is at docs/guide/README.md.

Developer russian documentation is at docs/developer/README.md.