genix / cms
Simple and Free Opensource CMS and Framework
Fund package maintenance!
Patreon
Open Collective
Installs: 30
Dependents: 0
Suggesters: 0
Security: 17
Stars: 38
Watchers: 10
Forks: 15
Open Issues: 18
Language:JavaScript
Type:project
Requires
- php: >=7.2.5
- ezyang/htmlpurifier: v4.13.0
- google/recaptcha: 1.2.4
- guzzlehttp/guzzle: 6.5.5
- kissifrot/php-ixr: 1.8.3
- league/oauth2-client: 2.5.0
- league/oauth2-google: 3.0.3
- omnipay/common: v3.0.4
- omnipay/paypal: v3.0.2
- php-http/guzzle6-adapter: v2.0.1
- phpmailer/phpmailer: 6.1.7
- studio-42/elfinder: 2.1.57
- symfony/dependency-injection: v5.1.5
- symfony/http-kernel: v5.1.5
This package is auto-updated.
Last update: 2024-10-18 06:13:26 UTC
README
Update Notice: Please Update to version v1.1.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,
- JQuery,
- PHP,
- MySQL,
- AdminLTE,
- elFinder File Manager
- etc.
Requirements
- Webserver - Apache/Nginx
- PHP >=8
- PHP-GD
- PHP-cURL
- PHP-OpenSSL
- PHP-imagick
- PHP-intl
- PHP-mysqli
- PHP-XML
- 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
becomeSECURITY_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
Website
Link : https://genixcms.my.id/
Donate
Contact us for Donation.
Developer
Developed by : Puguh Wijayanto - https://github.com/semplon