Skip to content

privatecore/ImageCMS

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

About

Open source php CMS based on CodeIgniter

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 47.6%
  • JavaScript 25.7%
  • Smarty 18.2%
  • CSS 5.1%
  • HTML 3.4%
  • Shell 0.0%