cheenwe / cms

cms demo with camaleon-cms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

For Rails5

  • Create your rails project

    rails new cms
    
  • Add the gem in your Gemfile

      gem "camaleon_cms", github: 'cheenwe/camaleon-cms', branch: 'chinese-support' # current development version
      gem 'activemodel-serializers-xml', git: 'https://github.com/rails/activemodel-serializers-xml'
      gem 'draper', github: 'audionerd/draper', branch: 'rails5'
    
  • Install the CMS (before this, you can change defaut configuration in config/system.json)

    rails generate camaleon_cms:install
    
  • Create database structure

    rake db:migrate
    
  • Start your server

    rails server # and then go to your browser http://localhost:3000/
    

About

cms demo with camaleon-cms


Languages

Language:CSS 47.6%Language:HTML 26.1%Language:Ruby 22.3%Language:JavaScript 4.0%