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.
|
|
7 years ago | |
|---|---|---|
| backend | 7 years ago | |
| common | 7 years ago | |
| console | 7 years ago | |
| core | 7 years ago | |
| docs | 7 years ago | |
| environments | 7 years ago | |
| frontend | 7 years ago | |
| static | 7 years ago | |
| vagrant | 7 years ago | |
| .bowerrc | 8 years ago | |
| .editorconfig | 7 years ago | |
| .gitignore | 7 years ago | |
| LICENSE.md | 7 years ago | |
| README.md | 7 years ago | |
| Vagrantfile | 8 years ago | |
| Yii.php | 7 years ago | |
| codeception.yml | 8 years ago | |
| composer.json | 7 years ago | |
| init | 8 years ago | |
| init.bat | 8 years ago | |
| requirements.php | 8 years ago | |
| setup.php | 7 years ago | |
| yii.bat | 8 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
- http://domain.com - Public website
- http://admin.domain.com - Control Panel
- http://static.domain.com - Image storage
Documentation is at docs/guide/README.md.
Developer russian documentation is at docs/developer/README.md.