Giter VIP home page Giter VIP logo

weceem-plugin's Introduction

Weceem CMS Plugin for Grails

This is the code for the free Open Source Weceem plugin for Grails.

This is now compatible with Grails 2 and higher.

This plugin is the full implementation of a pure-Grails Content Management System that you can embed into your own Grails applications. You can create customized CMS functionality or a hybrid application/CMS to provide user-editable content in production.

Security is completely decoupled so that you can plug in whatever security mechanism you are using, and you can customize the look and feel of the user interface to suit your application.

Full documentation is available on the Weceem site.

Installing the plugin into your Grails application

To install the plugin into an existing Grails application, you can simply run grails install-plugin weceem or better, add the plugin as a dependency in BuildConfig.groovy:

runtime ':weceem:1.1.3-SNAPSHOT'

You then must configure a couple of things for it to operate correctly:

  • Set grails.mime.file.extensions = false in Config.groovy
  • Remove any URL mappings that are promiscuous i.e. /$controller/$action or similar as they will clash with Weceem's URL mappings for content unless...
  • You should set weceem.content.prefix in Config.groovy to a URL prefix that demarcates your content if you want to use your own controllers with Weceem
  • Uninstall the Resources plugin or keep it but set grails.resources.adhoc.excludes to exclude everything served by Weceem (see above note on setting a content URL prefix) because Weceem must serve this content and Resources assumes that /css and so on are static resources

See also the Weceem Spring Security Plugin which provides a simple bridge to your Spring Security domain classes, and Weceem App for a standalone fully-functioning CMS from which you can build a WAR without coding.

weceem-plugin's People

Contributors

goeh avatar julliette avatar marcpalmer avatar sbglasius avatar scottburch avatar vasilybogdan avatar zyro23 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.