yet another content management system
Camaleon CMS is a dynamic and advanced content management system based on Ruby on Rails
Nothing special found.
Nothing special found.
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
[](screenshot.png)
rails new my_project
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)
ruby
Rails.application.config.assets.configure do |env|
env.export_concurrent = false
end
Install required Gem and dependencies
bundle install
rails generate camaleon_cms:install
Create database structure
```bash
rake camaleon_cms:generate_migrations
rake db:migrate
```
Start your server
rails server
If you have problems, please enter an issue here.
If you need support, need some extra functionality or need plugins, please contact us on:
* Gitter: https://gitter.im/camaleoncms/Lobby
* Email: [email protected]
* Skype: owen-2345
* Stack Overflow: Use "camaleon" as tag to ask questions related to this CMS (don't forget to include cms version + rails version).
* Site: http://camaleon.tuzitio.com/
Owen Peredo Diaz
http://camaleon.tuzitio.com/license.html
bash
RAILS_ENV=test bundle exec rake app:db:migrate
RAILS_ENV=test bundle exec rake app:db:test:prepare
bash
bundle exec rspec
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.