Skip to content

Camaleon CMS is a dynamic and advanced content management system based on Ruby on Rails

License

Notifications You must be signed in to change notification settings

mijora/camaleon-cms-1

This branch is 182 commits behind owen2345/camaleon-cms:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b83efee · Apr 11, 2023
Nov 16, 2022
Apr 11, 2023
Feb 8, 2023
Mar 18, 2023
Aug 5, 2019
Feb 8, 2023
Mar 24, 2023
Apr 11, 2023
Mar 27, 2023
Dec 29, 2022
Mar 11, 2023
May 15, 2018
Mar 11, 2023
Feb 8, 2023
Apr 11, 2023
Jun 17, 2016
Mar 24, 2023
Aug 3, 2016
Dec 17, 2022
Feb 8, 2023
Mar 11, 2023
Apr 7, 2023
Dec 29, 2022
Dec 20, 2016
Dec 29, 2022

Repository files navigation

CAMALEON CMS

Test supported versions

Website

Documentation

Demonstration

About

Camaleon CMS is a dynamic and advanced content management system based on Ruby on Rails that adapts to your needs. This CMS is an alternative to Wordpress for Ruby on Rails developers to manage advanced content easier.

Camaleon CMS is a flexible manager where you can build your custom content structure without coding anything by custom fields and custom contents type.

To download or publish themes go to Theme store: http://camaleon.tuzitio.com/store/themes

To download or publish plugins go to Plugin store: http://camaleon.tuzitio.com/store/plugins

With Camaleon you can do:

  • Integrate into existing Rails projects
  • Multiples sites in the same installation
  • Multi-language sites
  • Design and create the architecture of your project without programming by dynamic contents and fields
  • Extend or customize the functionality using plugins
  • Manage your content visualization using themes
  • Easier administration. Camaleon CMS permits you to adapt the CMS to all your needs and not you adapt to the CMS. You can create your custom architecture with any custom attributes that you need for all content types.

Some features

  • Camaleon CMS is FREE and Open source
  • Shortcodes
  • Widgets
  • Drag and Drop / Sortable / Multi level menus
  • Templates/Layouts for pages
  • Advanced User roles
  • File Uploads with built in Local and Amazon S3 support
  • Easy migration from Wordpress
  • Security
    • Remote code execution
    • SQL injections
    • Advanced sessions security
    • Cross Site Scripting
    • Control of abusive requests
    • Cross-Site Request Forgery
  • Site Speed Camaleon CMS include a lot of cache strategies to optimize the site access velocity:
    • Cache contents
    • Cache queries
    • Manifests (compress and join asset files)
    • Customize your content visualization for Desktop, Mobile and Tablet
  • SEO & HTML5
    • Sitemap generations
    • Seo configuration
    • Seo for social media
    • All generated content is compatible with HTML5 and Bootstrap 3

Camaleon CMS has many useful Plugins such as:

Camaleon CMS has many useful frontend Themes such as:

Requirements

  • Rails 6.0+
  • PostgreSQL, MySQL 5+ or SQlite
  • Ruby 2.7+
  • Imagemagick

Installation

  • Install Ruby on Rails (Docker containerized guide here)

  • Create your rails project

    rails new my_project
  • Add the gem in your Gemfile

    gem "camaleon_cms"
    # OR
    # gem "camaleon_cms", github: 'owen2345/camaleon-cms' # latest development version
  • Add initializer config/initializers/sprockets_fix.rb to fix "Bug Segmentation fault" (Only Ruby 3+ - sprokets issue)

  Rails.application.config.assets.configure do |env|
    env.export_concurrent = false
  end
  • Install required Gem and dependencies

    bundle install
  • Camaleon CMS Installation

    rails generate camaleon_cms:install
  • (Optional) Before continue you can configure your CMS settings in (my_app/config/system.json), here you can see the full settings.

  • Create database structure

    rake camaleon_cms:generate_migrations
    # before running migrations you can customize copied migration files
    rake db:migrate
  • Start your server

    rails server
  • Go to your browser and visit http://localhost:3000/

Sample App / Demonstration

Support

If you have problems, please enter an issue here. If you need support, need some extra functionality or need plugins, please contact us on:

Author

Owen Peredo Diaz

License

http://camaleon.tuzitio.com/license.html

Testing

  • Init DB
RAILS_ENV=test bundle exec rake app:db:migrate
RAILS_ENV=test bundle exec rake app:db:test:prepare
  • Run tests
bundle exec rspec

Contributing

  • Fork it.
  • Create a branch (git checkout -b my_feature_branch)
  • Commit your changes (git commit -am "Added a sweet feature")
  • Push to the branch (git push origin my_feature_branch)
  • Create a pull request from your branch into master (Please be sure to provide enough detail for us to understand what this change is doing)

Version History

http://camaleon.tuzitio.com/version-history.html

Previous stable version (v1.x): https://github.com/owen2345/camaleon-cms/tree/version_1x

Camaleon CMS was originally released in July 2015 and tested previously with more than 20 projects by 6 months and on August 22, 2015 was published as a gem.

About

Camaleon CMS is a dynamic and advanced content management system based on Ruby on Rails

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 32.2%
  • Ruby 30.7%
  • HTML 18.1%
  • SCSS 15.1%
  • CSS 3.8%
  • Dockerfile 0.1%