Skip to content
jomz edited this page Dec 13, 2011 · 7 revisions

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).

"Installation":#install

"The Basics":#basics

"Extensions":#extensions

"How Tos":#howto

"Upgrading a Radiant site to a new version":#upgrading

"Troubleshooting":#troubleshooting

"Getting Help":#help

"Radiant in Action":#users

"Radiant Pros":#pros

"Developers":#dev

"Releases":#releases

h2. Installation

If you just want a quick and easy overview of the installation process take a look at the "Installing Radiant Screencast":mov (direct link to QuickTime movie), the "full post":post is on the "Radiant Blog":blog.

[mov]http://radiant.s3.amazonaws.com/screencasts/01_install.mov [post]http://radiantcms.org/blog/archives/2008/09/05/first-screencast/ [blog]http://radiantcms.org/blog/

Don't want to get into a whole installation just to test it out? There is a "live demonstration site":demo available for you to experiment with, the "Username" is "admin" and the "Password" is "radiant"; and don't worry about breaking anything the entire demo site is reset to a pristine state on the hour.

[demo]http://demo.radiantcms.org/admin/login

[avlux]http://avlux.net [radiantcmshosting]http://radiantcmshosting.com/ h2(#basics). The Basics

h2(#extensions). Extensions

h2(#howto). How Tos

h2(#upgrading). Upgrading a Radiant site to a new version

h2(#troubleshooting). Troubleshooting

h2(#help). Getting Help

Found a bug? Can't get something to work? Having a hard time understanding the documentation on the wiki?

h3. Reporting Bugs or Requesting Features

The best way to report a bug or request a feature is to write the fix or enhancement and then send a "pull request":pull. If you're not that familiar with Git or the Radiant codebase, you can also "file an issue":issue.

[pull]http://github.com/guides/pull-requests [issue]http://github.com/radiant/radiant/issues

h3. Radiant Users Mailing List

"The mailing list":list is a great place to ask questions about Radiant.

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

h3. IRC

Having trouble using or installing Radiant? Want to share a success story? You can chat with members of the user and developer community in real time in the "#radiantcms":radiantcms channel on irc.freenode.net. You'll need an IRC Client. There's a nice "list of them":irc over on the Ruby on Rails wiki. Additionally, there is "Freenode Webchat":webchat which gives you an IRC Client in your web browser.

[radiantcms]irc://irc.freenode.net/#radiantcms [irc]http://wiki.rubyonrails.com/rails/pages/IRC [webchat]http://webchat.freenode.net/?channels=radiantcms

h2(#users). Radiant in Action

Due to incessant spam the Radiant Users page has been removed.

h2(#pros). Radiant Pros

Looking for some help with your website? Radiant Pros can help you get it done.

h2(#dev). Developers

The best way to learn about Radiant, by far, is to read the source. Ruby is extremely easy to read and Radiant is a straight forward Rails application. So don't be afraid of the source, dig in! The "app directory":app is a good place to start.

[app]http://github.com/radiant/radiant/tree/master/app

h2(#releases). Releases