PHP Classes

File: README.md

Recommend this page to a friend!
  Classes of Ganesh Kandu   Palette PHP CMS System   README.md   Download  
File: README.md
Role: Documentation
Content type: text/markdown
Description: Documentation
Class: Palette PHP CMS System
Manage content site edited visually in the browser
Author: By
Last change:
Date: 2 years ago
Size: 2,635 bytes
 

Contents

Class file image Download

GitHub Stars GitHub Issues Releases

Palette is a freehand CMS which allows to construct websites directly in a web-browser. It uses flat files for storage and provides an intuitive GUI

Palette

Palette is a freehand CMS which allows to construct websites directly in a web-browser. It uses flat files for storage and provides an intuitive GUI

Getting Started

Prerequirement

PHP Version

  • PHP 5.3+

Extension

  • gd
  • zip

Mod Rewrite

  • 
    

Installation

Create Folder

  • thumbs/
  • sites/
  • .palette/

Give a Writable Permission on * config/ * .palette * thumbs/ * sites/ * logs/error.log * .htaccess

and open install.php in you Browser

Installation using git

$ #installing Palette
$ git clone https://github.com/GaneshKandu/Palette.git
$ cd Palette
$ mkdir thumbs sites .palette
$ chmod -R 777 thumbs sites config logs/error.log .htaccess .palette
$ sudo chown -R www-data:www-data ../Palette

and open install.php in you Browser

Feature

  • Easy to Use
  • Support of multiple languages
  • Easy Customizing options
  • Live Editor
  • Single and Multiple Site Support

MultiSite

chnage MULTISITE to true for multisite and false for singesite


// single site
define('MULTISITE',false);

Third Party Components

  • thanks the following open source projects for the components used by Palette

|Components|Link| |---|---| |Metro UI|http://metroui.org.ua| |JQuery|https://jquery.com| |JSColor|http://jscolor.com| |DropzoneJS|http://www.dropzonejs.com|

Main Developers