Security News
Maven Central Adds Sigstore Signature Validation
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
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.
FAQs
Unknown package
We found that camaleon_cms demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.