Flexo CMS is open-source GPL v3 easy-to-use content management system writed on PHP, using MySQL or SQLite databases.
database - contain ERP models and SQL schema of database. Not used by app, but contain SQL dump.
framework - conatin Yii Framework files.
protected - conatin application Controllers, Models, Views, Components, extensions and configuration files.
web - contain bootstrap index.php, assets, js and css resources. This is public directory should be DocumentRoot of application.
- PHP 5.3+
- MySQL 5+
- Apache webserver
- Download latest version
- Put all files to webserver
- Change website DocumentRoot to [...]web/
- Rename all configuration files that contain prefix "example." to files without this prefix. Configuration files situated at protected/config/ directory
- Create new MySQL database
- Install dump, that situated at database/flexo.sql
- Open protected/config/all.custom.php and modify database connection params
- Change permissions of directories web/assets/ and protected/runtime/ to 777 (for more info look at http://www.yiiframework.com/forum/index.php/topic/22133-change-permission-of-directories-deployment-yii/)
- Run website
- Working on section Page