Skip to content

imagecms/ImageCMS

Repository files navigation

ImageCMS

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