https://github.com/GaneshKandu/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
https://github.com/GaneshKandu/Palette
language multisite palette php site-builder static-site-generator
Last synced: 5 months ago
JSON representation
: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
- Host: GitHub
- URL: https://github.com/GaneshKandu/Palette
- Owner: GaneshKandu
- License: agpl-3.0
- Archived: true
- Created: 2016-08-06T14:41:49.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-03-02T17:31:51.000Z (about 3 years ago)
- Last Synced: 2024-04-16T08:34:22.871Z (about 1 year ago)
- Topics: language, multisite, palette, php, site-builder, static-site-generator
- Language: PHP
- Homepage:
- Size: 33.9 MB
- Stars: 15
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
[](https://github.com/GaneshKandu/Palette/stargazers)
[](https://github.com/GaneshKandu/Palette/issues)
[](https://github.com/GaneshKandu/Palette/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](#prerequirement)
+ [Installation](#installation)
+ [Installation using git](#installation-using-git)
+ [Sreenshots](https://github.com/GaneshKandu/Palette/blob/master/SCREENSHOTS.md)
+ [Language](https://github.com/GaneshKandu/Palette/blob/master/lang/LANGUAGE.md)
+ [Main Developer](#main-developers)
+ [Feature](#feature)
+ [MultiSite](#multisite)
+ [Third Party Components](#third-party-components)
+ [Main Developers](#main-developers)# 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
* .htaccessand open install.php in you Browser
# Installation using git
```sh
$ #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
```php
// 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](http://metroui.org.ua)|
|JQuery|[https://jquery.com](https://jquery.com)|
|JSColor|[http://jscolor.com](http://jscolor.com)|
|DropzoneJS|[http://www.dropzonejs.com](http://www.dropzonejs.com)|# Main Developers
* **Ganesh Kandu** [Ganesh Kandu](https://github.com/GaneshKandu)
* **Contact** [[email protected]](mailto:[email protected]) :envelope: