Skip to content

imagecms/ImageCMS

development
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
js
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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