/Palette

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

Primary LanguagePHPGNU Affero General Public License v3.0AGPL-3.0

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

  • mod_rewrite should be enabled for friendly URL

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