GithubHelp home page GithubHelp logo

codecrusaderplus / genixcms Goto Github PK

View Code? Open in Web Editor NEW

This project forked from genixcms/genixcms

0.0 0.0 0.0 37.45 MB

Simple and Lightweight CMS Framework

Home Page: https://genix.me

License: MIT License

JavaScript 46.74% PHP 14.10% CSS 9.99% Hack 0.06% HTML 28.97% Less 0.12% SCSS 0.03%

genixcms's Introduction

GeniXCMS

Update Notice: Please Update to version v1.1.11.

Build Status

FOSSA Status

CircleCI wercker status Codeship

Latest Stable Version Total Downloads Latest Unstable Version License

Gitter Documentation Status

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,
  • JQuery,
  • PHP,
  • MySQL,
  • AdminLTE,
  • elFinder File Manager
  • etc.

Requirements

  • Webserver - Apache/Nginx
  • PHP >=7.2.5
    • PHP-GD
    • PHP-cURL
    • PHP-OpenSSL
    • PHP-imagick
  • MySQL 4

Recommended

  • 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.

Set this directory permission to 777 (writable) :

  • inc/config
  • inc/themes
  • inc/mods
  • assets/images
  • assets/images/uploads
  • 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.

php composer.phar create-project genix/cms

more detail about composer, please read the documentation at http://getcomposer.org

more details of installation : http://docs.genix.me/user-guide/installation/

Upgrading

  • Upload all files, except inc/config/config.php.
  • edit your site's config.php,
  • add this new configuration if not exist
define('SITE_ID', 'type-random-chars');
define('ADMIN_DIR', 'gxadmin');
define('USE_MEMCACHED', false);
  • rename SECURITY become SECURITY_KEY

  • Run at your browser http://yourwebsite.com/upgrade.php.

  • Choose the previous version of your GeniXCMS version.

  • Don't forget to create Cache directory if want to use Cache System

Showcase

Showcase URL :

License

GeniXCMS License : MIT License

FOSSA Status

Website

Link : https://genix.me

Donate

Contact us for Donation.

Developer

Developed by : Puguh Wijayanto - https://github.com/semplon

Suported By

genixcms's People

Contributors

didikz avatar fossabot avatar gitter-badger avatar semplon avatar vdanelia avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.