Skip to content
Snippets Groups Projects
Commit e9f07665 authored by Puguh Wijayanto's avatar Puguh Wijayanto
Browse files

Version 1.1.5

login referrer fix
menus securities fix
themes and modules upload security fix
new features tag cloud, tag numbers, footer menu
some bugfixes
theme update
parent 2bda755f
No related branches found
No related tags found
No related merge requests found
Showing
with 46 additions and 22 deletions
# GeniXCMS
> Update Notice: Please Update to version v1.1.4.
> Update Notice: Please Update to version v1.1.5.
[![Build Status](https://travis-ci.org/semplon/GeniXCMS.svg?branch=master)](https://travis-ci.org/semplon/GeniXCMS)
[![CircleCI](https://circleci.com/gh/semplon/GeniXCMS.svg?style=shield&circle-token=c2ef105b7d61e90dadd066ad0e25e3f53d97c6c1)](https://circleci.com/gh/semplon/GeniXCMS)
Loading
Loading
@@ -15,9 +15,11 @@
**GeniXCMS** is a PHP Based Content Management System and Framework (*CMSF*). It's a simple and lightweight of CMSF. Very suitable for **Intermediate PHP developer** to **Advanced Developer**. Some manual configurations are needed to make this application to work.
### Why GeniXCMS
This CMSF is a starter point to build your own online applications. With already build User manager, Content manager (Post, Pages), Menu manager, etc made you easy to add your own code and build your own custom web applications.
### Credits
**GeniXCMS** is using some of **FOSS** (free and opensource software) like :
- Twitter **Bootstrap**,
- **Summernote** Text Editor,
Loading
Loading
@@ -29,17 +31,26 @@ This CMSF is a starter point to build your own online applications. With already
- etc.
### Requirements
* PHP >=5.5.9
* Webserver - Apache/Nginx
* PHP >=5.6.x / PHP >=7.0
- PHP-GD
- PHP-cURL
- PHP-OpenSSL
- PHP-imagick
* MySQL 4
### Recommended
* MariaDB Server
* Nginx Server - for webserver
* MariaDB Server - for database
* PngQuant - for image compression
### Installation
GeniXCMS can be installed on Custom Server like VPS/Dedicated Server or on Shared Hosting.
#### Manual Upload
Upload all files to your site.
Loading
Loading
@@ -54,12 +65,14 @@ Set this directory permission to **777** (writable) :
- assets/images/uploads/thumbs
- assets/cache
- assets/cache/thumbs
- assets/cache/pages
After upload is done. Open your site at the browser. eg: http://yoursite.com
The installation wizard will appear, just follow all the instructions.
#### Using Composer
We are now ready for composer installation. Run this command at your server.
Loading
Loading
@@ -71,6 +84,7 @@ more detail about composer, please read the documentation at http://getcomposer.
more details of installation :
http://docs.genix.id/user-guide/installation/
### Upgrading
- Upload all files, except `inc/config/config.php`.
Loading
Loading
@@ -88,18 +102,28 @@ define('USE_MEMCACHED', false);
- Don't forget to create Cache directory if want to use Cache System
### Showcase
Showcase URL :
- [http://demo.genix.id](http://demo.genix.id)
### License
**GeniXCMS** License : [**MIT License**](LICENSE)
### Website
Link : [http://genix.id](http://genix.id)
### Donate
Contact us for Donation.
### Developer
Developed by : Puguh Wijayanto - [metalgenix.com](http://metalgenix.com)
1.1.4
1.1.5
\ No newline at end of file
Loading
Loading
@@ -4,7 +4,7 @@
* PHP Based Content Management System and Framework
* @package GeniXCMS
* @since 0.0.1 build date 20150221
* @version 1.1.4
* @version 1.1.5
* @link https://github.com/semplon/GeniXCMS
* @link http://genix.id
* @author Puguh Wijayanto <psw@metalgenix.com>
Loading
Loading
Loading
Loading
@@ -2,7 +2,7 @@
"name": "genix/cms",
"type": "project",
"description": "Simple and Free Opensource CMS and Framework",
"version": "1.1.4",
"version": "1.1.5",
"homepage": "http://genix.id",
"keywords": ["genixcms", "genix", "cms", "metalgenix", "blog", "blog software", "bootstrap"],
"license": "MIT",
Loading
Loading
Loading
Loading
@@ -6,7 +6,7 @@
*
* @since 0.0.1 build date 20140928
*
* @version 1.1.4
* @version 1.1.5
*
* @link https://github.com/semplon/GeniXCMS
* @link http://genix.id
Loading
Loading
Loading
Loading
@@ -6,7 +6,7 @@
*
* @since 0.0.1 build date 20140928
*
* @version 1.1.4
* @version 1.1.5
*
* @link https://github.com/semplon/GeniXCMS
* @link http://genix.id
Loading
Loading
Loading
Loading
@@ -8,7 +8,7 @@ defined('GX_LIB') or die('Direct Access Not Allowed!');
*
* @since 1.1.2 build date 20170912
*
* @version 1.1.4
* @version 1.1.5
*
* @link https://github.com/semplon/GeniXCMS
* @link http://genix.id
Loading
Loading
Loading
Loading
@@ -6,7 +6,7 @@
*
* @since 0.0.1 build date 20150202
*
* @version 1.1.4
* @version 1.1.5
*
* @link https://github.com/semplon/GeniXCMS
* @link http://genix.id
Loading
Loading
Loading
Loading
@@ -6,7 +6,7 @@
*
* @since 0.0.8 build date 20160313
*
* @version 1.1.4
* @version 1.1.5
*
* @link https://github.com/semplon/GeniXCMS
* @link http://genix.id
Loading
Loading
Loading
Loading
@@ -7,7 +7,7 @@ defined('GX_LIB') or die('Direct Access Not Allowed!');
*
* @since 1.0.0 build date 20160830
*
* @version 1.1.4
* @version 1.1.5
*
* @link https://github.com/semplon/GeniXCMS
* @link http://genix.id
Loading
Loading
Loading
Loading
@@ -6,7 +6,7 @@
*
* @since 0.0.1 build date 20150202
*
* @version 1.1.4
* @version 1.1.5
*
* @link https://github.com/semplon/GeniXCMS
* @link http://genix.id
Loading
Loading
Loading
Loading
@@ -6,7 +6,7 @@
*
* @since 0.0.1 build date 20150202
*
* @version 1.1.4
* @version 1.1.5
*
* @link https://github.com/semplon/GeniXCMS
* @link http://genix.id
Loading
Loading
Loading
Loading
@@ -6,7 +6,7 @@
*
* @since 0.0.1 build date 20150202
*
* @version 1.1.4
* @version 1.1.5
*
* @link https://github.com/semplon/GeniXCMS
* @link http://genix.id
Loading
Loading
Loading
Loading
@@ -6,7 +6,7 @@
*
* @since 0.0.1 build date 20150202
*
* @version 1.1.4
* @version 1.1.5
*
* @link https://github.com/semplon/GeniXCMS
* @link http://genix.id
Loading
Loading
Loading
Loading
@@ -6,7 +6,7 @@
*
* @since 0.0.1 build date 20150202
*
* @version 1.1.4
* @version 1.1.5
*
* @link https://github.com/semplon/GeniXCMS
* @link http://genix.id
Loading
Loading
Loading
Loading
@@ -6,7 +6,7 @@
*
* @since 0.0.1 build date 20150202
*
* @version 1.1.4
* @version 1.1.5
*
* @link https://github.com/semplon/GeniXCMS
* @link http://genix.id
Loading
Loading
Loading
Loading
@@ -6,7 +6,7 @@
*
* @since 0.0.7 build date 20150718
*
* @version 1.1.4
* @version 1.1.5
*
* @link https://github.com/semplon/GeniXCMS
* @link http://genix.id
Loading
Loading
Loading
Loading
@@ -6,7 +6,7 @@
*
* @since 0.0.1 build date 20150202
*
* @version 1.1.4
* @version 1.1.5
*
* @link https://github.com/semplon/GeniXCMS
* @link http://genix.id
Loading
Loading
Loading
Loading
@@ -6,7 +6,7 @@
*
* @since 0.0.1 build date 20150202
*
* @version 1.1.4
* @version 1.1.5
*
* @link https://github.com/semplon/GeniXCMS
* @link http://genix.id
Loading
Loading
Loading
Loading
@@ -6,7 +6,7 @@
*
* @since 0.0.8 build date 20160313
*
* @version 1.1.4
* @version 1.1.5
*
* @link https://github.com/semplon/GeniXCMS
* @link http://genix.id
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment