Skip to content

🎨 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

License

Notifications You must be signed in to change notification settings

hhy5277/Palette

 
 

Repository files navigation

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

About

🎨 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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 71.5%
  • CSS 23.0%
  • HTML 3.8%
  • JavaScript 1.6%
  • ApacheConf 0.1%