Skip to content
forked from radiant/radiant

Radiant is a no-fluff, open source content management system designed for small teams.

License

Notifications You must be signed in to change notification settings

ju-Skinner/radiant

This branch is 99 commits behind radiant/radiant:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
john muhl
Nov 24, 2014
7a3ac5e · Nov 24, 2014
Nov 12, 2014
Feb 11, 2013
Jan 31, 2014
Jan 10, 2013
Feb 9, 2013
Jun 27, 2014
Jun 20, 2008
Jul 5, 2013
Aug 25, 2012
Jan 27, 2012
Nov 24, 2014
Feb 11, 2013
Jan 10, 2013
Sep 24, 2013
Nov 22, 2014
Nov 18, 2014
Nov 24, 2014
Aug 28, 2013
Aug 27, 2012
Nov 14, 2014
Feb 10, 2012
Aug 15, 2011
Oct 1, 2014
Feb 10, 2013
Nov 24, 2014
Sep 26, 2013
Sep 26, 2013
Nov 22, 2014
Nov 22, 2014

Repository files navigation

Welcome to Radiant

Radiant is making major changes. The master branch may be broken.

Radiant is a no-fluff, open source content management system designed for small teams. It is similar to Textpattern or MovableType, but is a general purpose content management system (not just a blogging engine).

Build Status Dependency Status

Radiant features:

  • An elegant user interface
  • The ability to arrange pages in a hierarchy
  • Flexible templating with layouts, snippets, page parts, and a custom tagging language (Radius: http://radius.rubyforge.org)
  • A simple user management/permissions system
  • Support for Markdown and Textile as well as traditional HTML (it's easy to create other filters)
  • An advanced plugin system
  • Operates in two modes: dev and production depending on the URL
  • A caching system which expires pages every 5 minutes
  • Built using Ruby on Rails
  • And much more...

License

Radiant is released under the MIT license and is copyright (c) 2006-2014 John W. Long, Sean Cribbs, and Jim Gay. A copy of the MIT license can be found in the LICENSE file.

Installation and Setup

Radiant is a traditional Ruby on Rails application, meaning that you can configure and run it the way you would a normal Rails application.

See the INSTALL file for more details.

Installation of a Prerelease

As Radiant nears newer releases, you can experiment with any prerelease version.

Install the prerelease gem with the following command:

$ gem install radiant --prerelease

This will install the gem with the prerelease name, for example: ‘radiant-2.0.0.alpha’.

Upgrading an Existing Project to a newer version

  1. Update the Radiant assets from in your project:

    $ rake radiant:update

  2. Migrate the database:

    $ rake production db:migrate

  3. Restart the web server

Support

The best place to get support is on the mailing list:

http://radiantcms.org/mailing-list/

Most of the development for Radiant happens on Github:

http://github.com/radiant/radiant/

The project wiki is here:

http://wiki.github.com/radiant/radiant/

Enjoy!

--
The Radiant Dev Team
http://radiantcms.org

About

Radiant is a no-fluff, open source content management system designed for small teams.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 84.0%
  • JavaScript 12.3%
  • CSS 3.7%