forked from radiant/radiant
-
Notifications
You must be signed in to change notification settings - Fork 1
/
README
107 lines (62 loc) · 2.3 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
== Welcome to Radiant
This is the Voomify fork of Radiant. You should not use this unless you know what your doing.
Use the radiant/radiant project instead.
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).
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-2009
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
== 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
.
.
.
.
.
.
.
.
.
.