All Projects → semplon → GeniXCMS

semplon / GeniXCMS

Licence: MIT license
Simple and Lightweight CMS Framework

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
PHP
23972 projects - #3 most used programming language
CSS
56736 projects
Less
1899 projects
hack
652 projects

Projects that are alternatives of or similar to GeniXCMS

Netcorecms
NetCoreCMS is a modular theme supported Content Management System developed using ASP.Net Core 2.0 MVC. Which is also usable as web application framework. This project is still under development. Please do not use before it's first release.
Stars: ✭ 165 (+371.43%)
Mutual labels:  blog-engine, cms-framework
Infinitas
Infinitas is an open source content management framework that was developed using the CakePHP framework (v2.x). Amongst other things, its a blog, cms, newsletter emailing system and on-line shopping cart.
Stars: ✭ 126 (+260%)
Mutual labels:  blog-engine, cms-framework
Nodepress
😎 RESTful API service for Blog/CMS, powered by @nestjs
Stars: ✭ 829 (+2268.57%)
Mutual labels:  blog-engine, cms-framework
simpleCMS
simpleCMS是一款开源cms系统, 主要为个人/团队快速开发博客或者知识共享平台, 类似于hexo, worldpress, 但是他们往往需要复杂的搭建过程, 我们将复杂度降到最低, 并且有详细的部署教程, 你只需要有一台服务器, 就能轻松拥有一个属于你的博客平台.
Stars: ✭ 74 (+111.43%)
Mutual labels:  blog-engine, cms-framework
awesome-hive
A curated list of awesome Hive resources.
Stars: ✭ 20 (-42.86%)
Mutual labels:  blog-engine
Pointless
A Static Blog Generator
Stars: ✭ 18 (-48.57%)
Mutual labels:  blog-engine
quiki
a file-based web engine and server featuring a productive source language, markdown, image generation, categories, templates, and revision tracking
Stars: ✭ 20 (-42.86%)
Mutual labels:  blog-engine
react-bricks-docs
React Bricks CMS documentation website
Stars: ✭ 15 (-57.14%)
Mutual labels:  cms-framework
strapi-pro
Strapi.io with image upload, location, wyswyg input
Stars: ✭ 14 (-60%)
Mutual labels:  cms-framework
subsocial-node
NOTE: Development continues in https://github.com/dappforce/subsocial-parachain repo. Subsocial full node with Substrate/Polkadot pallets for decentralized communities: blogs, posts, comments, likes, reputation.
Stars: ✭ 73 (+108.57%)
Mutual labels:  blog-engine
WalkTheWeb
WalkTheWeb 3D Internet - Metaverse - Multiverse - Host your own multiplayer Metaverse of 3D Games, 3D Shopping, and 3D Scenes!
Stars: ✭ 28 (-20%)
Mutual labels:  cms-framework
ghost-v4-on-heroku
Deploy the latest ghost v4 on Heroku
Stars: ✭ 105 (+200%)
Mutual labels:  blog-engine
acblog
An open source extensible static & dynamic blog system. (an alternative tool with same features at StardustDL/paperead)
Stars: ✭ 60 (+71.43%)
Mutual labels:  blog-engine
TheOpenCMS
TheOpenCMS. CMS on Rails
Stars: ✭ 36 (+2.86%)
Mutual labels:  cms-framework
Blog.Core
Simple ASP.NET Core static blog engine
Stars: ✭ 15 (-57.14%)
Mutual labels:  blog-engine
ginadmin
基于Gin开发的后台管理系统,集成了、数据库操作、日志管理、权限分配管理、多模板页面、自动分页器、数据库迁移和填充、Docker集成部署等功能、静态资源打包
Stars: ✭ 149 (+325.71%)
Mutual labels:  cms-framework
flybook
📚📚📚一个用node搭建的模仿简书风格的博客框架,简约且可定制
Stars: ✭ 14 (-60%)
Mutual labels:  blog-engine
blog-core
Blogging/CMS framework for SWI-Prolog.
Stars: ✭ 18 (-48.57%)
Mutual labels:  blog-engine
blog-flask
自己写的博客系统,使用BootStrap+Flask+MySQL,不断优化中
Stars: ✭ 12 (-65.71%)
Mutual labels:  blog-engine
wowchemy-hugo-themes
🔥 Hugo website builder, Hugo themes & Hugo CMS. No code, easily build with blocks! 创建在线课程,学术简历或初创网站。#OpenScience
Stars: ✭ 6,891 (+19588.57%)
Mutual labels:  blog-engine

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].