imagecms / imagecms
Content managment system in two editions: Corporate (Free) & Shop (Proprietary)
Installs: 13
Dependents: 0
Suggesters: 0
Security: 0
Stars: 83
Watchers: 25
Forks: 49
Open Issues: 16
Type:project
Requires
- php: >=5.5
- ext-curl: *
- doctrine/common: ^2.6
- gettext/gettext: >=3.5.3
- greenlion/php-sql-parser: >=4.0
- monolog/monolog: >1.12
- nqxcode/phpmorphy: ^1.0
- patchwork/jsqueeze: ~2.0
- propel/propel: dev-master
- studio-42/elfinder: ~2.1.12
- symfony/config: ^3.0
- symfony/debug: ^3.1
- symfony/dependency-injection: ^3.0
- symfony/event-dispatcher: ^3.0
- symfony/expression-language: ^3.1
- symfony/var-dumper: ^3.0
- tinymce/tinymce: >=4
- tubalmartin/cssmin: dev-master
Requires (Dev)
- blackfire/php-sdk: ^1.5
- imagecms/coding-standard: dev-master
- phpmd/phpmd: >=2.2.2
- symfony/stopwatch: ^3.1
This package is not auto-updated.
Last update: 2024-11-21 19:34:36 UTC
README
Open source php CMS based on CodeIgniter
##Installation ###Database
- create new database in phpmyadmin
- goto \application\modules\install
- import sqlPre or sqlPro into phpmyadmin
- make a copy of \application\config database.sample.php file and rename it to database.php
- write your database access config in this file
###Files
- Make a copy of uploads_site folder and rename it to “uploads”
- create empty folders:
- /system/cache/
- /captcha
- /application/backups
###Composer packages
- open openserver terminal - http://prntscr.com/833pmi
- cd to project folder
- run “composer_update.bat”. Note: if you’ll see this http://prntscr.com/833tvj kind of message while installing just ignore it and push enter