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: https://camaleon.website/store/themes
To download or publish plugins go to Plugin store: https://camaleon.website/store/plugins
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
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/
If you have problems, please enter an issue here. If you need support, need some extra functionality or need plugins, please contact us on:
Owen Peredo Diaz
https://camaleon.website/license.html
RAILS_ENV=test bundle exec rake app:db:migrate
RAILS_ENV=test bundle exec rake app:db:test:prepare
bundle exec rspec
https://camaleon.website/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.