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: 48

Open Issues: 16

Type:project

pkg:composer/imagecms/imagecms

v4.12.1 2017-03-23 14:49 UTC

This package is not auto-updated.

Last update: 2025-11-07 00:19:32 UTC


README

Open source php CMS based on CodeIgniter

SensioLabsInsight Code Climate Scrutinizer Code Quality Build Status Codacy Badge

##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