Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/owen2345/camaleon-cms
Camaleon CMS is a dynamic and advanced content management system based on Ruby on Rails
https://github.com/owen2345/camaleon-cms
Last synced: 2 days ago
JSON representation
Camaleon CMS is a dynamic and advanced content management system based on Ruby on Rails
- Host: GitHub
- URL: https://github.com/owen2345/camaleon-cms
- Owner: owen2345
- License: mit
- Created: 2015-07-09T16:21:45.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-10-26T10:17:40.000Z (about 2 months ago)
- Last Synced: 2024-10-29T15:12:50.524Z (about 1 month ago)
- Language: Ruby
- Homepage: https://camaleon.website
- Size: 53.5 MB
- Stars: 1,212
- Watchers: 55
- Forks: 286
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-homelab - Camaleon CMS - cms?style=flat) ![Camaleon CMS](https://img.shields.io/github/languages/top/owen2345/camaleon-cms?style=flat) | Camaleon CMS is a dynamic and advanced content management system based on Ruby on Rails | (Apps / X)
README
# CAMALEON CMS
![](https://camaleon.website/media/132/logo2.png)
[![Test supported versions](https://github.com/owen2345/camaleon-cms/actions/workflows/current_support.yml/badge.svg)](https://github.com/owen2345/camaleon-cms/actions/workflows/current_support.yml)
![](https://img.shields.io/badge/Support-Immediate-green.svg)[Website](https://camaleon.website/)
[Documentation](https://camaleon.website/docs.html)
[Demonstration](https://camaleon.website/plugins/demo_manage/)
## 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:
https://camaleon.website/store/themesTo download or publish plugins go to Plugin store:
https://camaleon.website/store/plugins![](screenshot.png)
## 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:
* Content Cache (Included By Default)
* Web Attack Control (Included By Default)
* Post Visibility (Included By Default)
* Contact Forms (Included By Default) - https://github.com/owen2345/cama_contact_form
* SEO (Included By Default) - https://github.com/owen2345/camaleon-cms-seo
* E-commerce - https://github.com/owen2345/camaleon-ecommerce
* Language / Translation Editor - https://github.com/owen2345/camaleon-cms-language-editor
* Subscriber (Email Subscriptions) - https://github.com/owen2345/cama_subscriber
* Stripe Donation - https://github.com/owen2345/cama-stripe-donation
* Star Rating - https://github.com/aspirewit/camaleon_cms_rating
* Post Order - https://github.com/owen2345/camaleon-post-order-plugin
* Post Created At - https://github.com/owen2345/camaleon_post_created_at
* Post Clone - https://github.com/owen2345/camaleon-post-clone
* Sitemap Customizer - https://github.com/brian-kephart/camaleon_sitemap_customizer
* Image Optimizer - https://github.com/brian-kephart/camaleon_image_optimizer
* Image/iFrame Lazy Loader - https://github.com/brian-kephart/camaleon_lazy_loader
* Import / Export - https://github.com/owen2345/camaleon_export_import
* Lightbox - https://github.com/owen2345/CamaImageLightbox
* Autocomplete - https://github.com/gaelfokou/cama_autocomplete
* Permissions for External Menus - https://github.com/owen2345/cama_external_menu
* TinyMCE Template Integration - https://github.com/owen2345/Camaleon-Tinymce-Templates
* Download Manager - https://github.com/max2320/camaleon-download
* OAuth - https://github.com/owen2345/camaleon_oauth
* Visual Editor - Paid Plugin ($) - https://camaleon.website/store/plugins/camaleon_editor
* Spree Commerce Integration - Paid Plugin ($) - https://camaleon.website/store/plugins/camaleon-spree
* Admin AJAX - Paid Plugin ($) - https://camaleon.website/store/plugins/admin_ajax
* **See here for a complete Gemfile**: https://github.com/owen2345/camaleon-cms/blob/master/docs/example_gemfile.rb## Camaleon CMS has many useful frontend Themes such as:
* Default Theme (Built in)
* Clean Theme (Built in)
* Wordpress Theme (Built in)
* eCommerce - https://github.com/owen2345/cama-ecommerce-theme
* eFashion - https://camaleon.website/store/themes/eFashion (Github: https://github.com/mazharoddin/camaleon-cms-efashion)
* Shoppy - https://camaleon.website/store/themes/shoppy (Github: https://github.com/mazharoddin/camaleon-cms-shoppy)
* CV - Paid Theme ($) - https://camaleon.website/store/themes/cv
* Camaleon Site - Paid Theme ($) - https://camaleon.website/store/themes/camaleon_cms
* Sky - Paid Theme ($) - https://camaleon.website/store/themes/sky## Requirements
* Rails 6.1+
* PostgreSQL, MySQL 5+ or SQlite
* Ruby 3.0+
* Imagemagick## Installation
* Install Ruby on Rails (Docker containerized guide [here](https://github.com/owen2345/rails_app_containerization))
* Create your rails project```bash
rails new my_project
```
* Add the gem in your Gemfile```ruby
gem "camaleon_cms"
# OR
# gem "camaleon_cms", github: 'owen2345/camaleon-cms' # latest development version
```* Install required Gem and dependencies
```bash
bundle install
```* Camaleon CMS Installation
```bash
rails generate camaleon_cms:install
```
* (Optional) Before continue you can configure your CMS settings in (my_app/config/system.json), [here](config/system.json) you can see the full settings.
* Create database structure
```bash
rake camaleon_cms:generate_migrations
# before running migrations you can customize copied migration files
rake db:migrate
```* Start your server
```bash
rails server
```* Go to your browser and visit http://localhost:3000/
## Sample App / Demonstration
* [Camaleon Server (current version)](https://camaleon.website/plugins/demo_manage/)
* [Sample App](https://github.com/brian-kephart/Camaleon-CMS-Sample)
* [Deploy Sample App in Heroku](https://heroku.com/deploy?template=https://github.com/brian-kephart/Camaleon-CMS-Sample)## Support
If you have problems, please enter an issue [here.](https://github.com/owen2345/camaleon-cms/issues)
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: https://camaleon.website/## Author
Owen Peredo Diaz## License
https://camaleon.website/license.html## Testing
* Init DB
```bash
RAILS_ENV=test bundle exec rake app:db:migrate
RAILS_ENV=test bundle exec rake app:db:test:prepare
```
* Run tests
```bash
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
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.