Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/radiant/radiant
Radiant is a no-fluff, open source content management system designed for small teams.
https://github.com/radiant/radiant
Last synced: 2 days ago
JSON representation
Radiant is a no-fluff, open source content management system designed for small teams.
- Host: GitHub
- URL: https://github.com/radiant/radiant
- Owner: radiant
- License: mit
- Created: 2008-06-20T15:28:43.000Z (over 16 years ago)
- Default Branch: master
- Last Pushed: 2021-04-05T17:22:15.000Z (over 3 years ago)
- Last Synced: 2024-12-12T03:03:23.619Z (9 days ago)
- Language: Ruby
- Homepage:
- Size: 14.6 MB
- Stars: 1,685
- Watchers: 73
- Forks: 344
- Open Issues: 69
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-ruby-toolbox - Radiant - Radiant is a simple and powerful publishing system designed for small teams. It is built with Rails and is similar to Textpattern or MovableType, but is a general purpose content managment system--not merely a blogging engine. (Content Management & Blogging / Content Management)
- Open-Source-Ruby-and-Rails-Apps - raidantCMS - Radiant is a no-fluff, open source content management system designed for small teams. π₯ π (Happy Exploring π€)
README
## Welcome to Radiant
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](https://secure.travis-ci.org/radiant/radiant.png?branch=1.x)](http://travis-ci.org/radiant/radiant)
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-2018
John W. Long and Sean Cribbs. 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-0.9.0.rc2β.
### 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
## Development Requirements
To run tests you will need to have the following gems installed:
gem install ZenTest rspec rspec-rails cucumber webrat nokogiri sqlite3-ruby
## 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