Camaleon CMS is a dynamic and advanced content management system based on Ruby on Rails 4.
http://camaleon.tuzitio.com/
Website
Demonstration
To download or publish themes go to themes store: http://camaleon.tuzitio.com/store/themes
To download or publish plugins go to plugins store: http://camaleon.tuzitio.com/store/plugins
Website
Demonstration
Sponsor
ButterCMS is an API-based CMS and blogging platform built for developers:Requirements
- Rails 4.1+
- MySQL 5+ or SQlite or PostgreSQL
- Ruby 1.9.3+
- Imagemagick
Installation
-
Install Ruby on Rails 4.1+
Visit here.
-
Create your rails project
rails new my_project
-
Add the gem in your Gemfile (Stable versions 2.4.4.5, 2.4.3.10, 2.3.6, 2.2.1, 2.1.1)
gem "camaleon_cms", '>= 2.4.5' # gem "camaleon_cms", github: 'owen2345/camaleon-cms' # current development version # gem 'draper', '~> 3' # only for Rails 5 # verify (gem 'sass-rails', '~> 5.0') only for Rails 5
-
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 run migrations you can customize copied migration files rake db:migrate
-
Start your server
Previous stable version (1x): https://github.com/owen2345/camaleon-cms/tree/version_1xrails server # and then go to your browser http://localhost:3000/
Camaleon CMS (It adapts to your needs)
Camaleon CMS is a dynamic and advanced content management system based on Ruby on Rails 4+ and Ruby 1.9.3+. This CMS is an alternative to wordpress for Ruby on Rails developers to manage advanced contents easily. 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 themes store: http://camaleon.tuzitio.com/store/themes
To download or publish plugins go to plugins store: http://camaleon.tuzitio.com/store/plugins
Camaleon CMS is FREE and Open source
It was released on July, 2015 and tested previously with more than 20 projects by 6 months and on august 22, 2015 was published as a gem.With Camaleon you can do:
- Multiples sites in the same installation
- Multilanguage sites
- Design and create the architecture of your project without programming by dynamic contents and fields
- Extend or customize the functionalities by plugins
- Manage your content visualization by themes
- Advanced User roles
- Integrate into existent rails 4+ projects
- Other features:
- Shortcodes
- Widgets
- Drag and Drop / Sortable / Multi level menus
- Templates/Layouts for pages
- Easy migration from wordpress
Some features are:
- Integrate into existent Ruby on Rails Projects
- Easy administration Camaleon CMS permit you to adapt the CMS to all your needs and not you adapt to the CMS. I.E. you can create your custom architecture with all attributes that you need for each kind of content.
- 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 come with basic and important plugins like:
- Ecommerce
- Visibility content
- Web attack control
- Contact forms
- Cache content
- Content reorder
- many others here.
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:- Site: http://camaleon.tuzitio.com/
- Email: owenperedo@gmail.com
- 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).
- Guitter: https://gitter.im/camaleoncms/Lobby
Author
Owen Peredo DiazLicense
http://camaleon.tuzitio.com/license.htmlComing soon
- Documentation and Videos
- Create/Update Manuals
- TDD (rspec)
Testing
- Init DB
RAILS_ENV=test bundle exec rake app:db:migrate
RAILS_ENV=test bundle exec rake app:db:test:prepare
-
Configure/Install Poltergeist and change your phanthomjs path in spec/spec_helper.rb
-
Run testing
rspec
from https://github.com/owen2345/camaleon-cms
No comments:
Post a Comment