• Stars
    star
    1,192
  • Rank 37,787 (Top 0.8 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created almost 9 years ago
  • Updated 4 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

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.

More Repositories

1

camaleon-ecommerce

This is an ecommerce plugin for CAMALEON CMS
HTML
21
star
2

Camaleon-CMS-Sample

Ruby
11
star
3

pub_sub_model_sync

Permit to sync models and data between rails apps through pub/sub (google pubsub, rabbitmq, kafka)
Ruby
8
star
4

camaleon_export_import

Permit to export and import the data of Camaleon CMS
Ruby
7
star
5

rails_app_containerization

Steps to create a new rails app from scratch
Dockerfile
6
star
6

cama_contact_form

Ruby
5
star
7

camaleon_perspective_theme_app

This is the app created with the video "Camaleon- Create Theme"
JavaScript
4
star
8

camaleon_editor

Camaleon Visual Editor
JavaScript
4
star
9

camaleon-cms-language-editor

Ruby
4
star
10

camaleon-post-order-plugin

Camaleon Gem that permit you to reorder your contents
Ruby
4
star
11

camaleon-cms-seo

Ruby
4
star
12

camaleon-spree

Camaleon CMS - Sree is a plugin for Camaleon CMS to add Camaleon CMS into Spree CMS
Ruby
3
star
13

cama_subscriber

HTML
3
star
14

CamaImageLightbox

Ruby
3
star
15

graphql_preload_queries

This gem permits your graphql application to define association preloads to improve app performance by removing N+1 query issues.
Ruby
3
star
16

kubernetes_helper

Kubernetes helper to manage easily deployment files. Deploy your project in minutes.
Ruby
3
star
17

camaleon_oauth

This is a plugin for Camaleon CMS that support oauth integration
Ruby
3
star
18

camaleon-post-clone

Ruby
3
star
19

rspec_chunked

This gem permits running rspec tests in parallel by chunking tests into defined groups and balancing by file size. If the default order is not enough, it permits to balance manually by moving x percentage of test files from group A into group B.
Ruby
3
star
20

cama-ecommerce-theme

E-shop theme
CSS
2
star
21

camaleon_post_created_at

Camaleon CMS plugin to permit to customize the created at date of post contents
Ruby
2
star
22

cama_external_menu

This Camaleon CMS Plugin permit to administrators to indicate which kind of users can see an external menu.
Ruby
2
star
23

rails-hotreload

Auto reloads Rails applications when assets or views have changed
Ruby
2
star
24

Camaleon-Tinymce-Templates

Permit to manage tinymce templates with better visualization.
Ruby
2
star
25

authie

Authie gem adapted for rails 4
Ruby
2
star
26

buddy_translatable

Allows you to store text data in multiple languages or Sales channels
Ruby
2
star
27

activestorage-delayed

Ruby on Rails gem to upload activestorage files in background
Ruby
2
star
28

cama-stripe-donation

Camaleon CMS Plugin to accept donations using Stripe
Ruby
2
star
29

easy_scraper

Permits to scrap any website using css selectors + javascript
Ruby
1
star
30

Fastdevelphp

PHP Framework
JavaScript
1
star
31

camaleon-cms-gem

JavaScript
1
star
32

camaleon-cms-get-started

CSS
1
star
33

batches-task-processor

Ruby
1
star
34

transitions_listener

Listen all state transitions and make actions before and after the transition is saved
Ruby
1
star