Radiant CMS

来自开放百科 - 灰狐
(版本间的差异)
跳转到: 导航, 搜索
 
(未显示2个用户的11个中间版本)
第1行: 第1行:
http://radiantcms.org
+
{{top news}}
 +
{{SeeWikipedia}}
 +
 
 +
==新闻==
 +
<rss>http://feeds.feedburner.com/FunWithRadiant|short|date|max=10</rss>
 +
 
 +
==Radiant features==
 +
* The ability to arrange pages in a hierarchy
 +
* Layouts that can be used to apply a common look to a Web site
 +
* Snippets that are similar to partials or includes
 +
* Pages which are defined in multiple parts (body, extended, sidebar, etc…)
 +
* A custom tagging language ([[Radius]])
 +
* Special page-oriented plugins called behaviors
 +
* A simple user management/permissions system
 +
* Several domain specific languages which make it easy to write plugins
 +
 
 +
==在线讨论==
 +
Huihoo Radiant 讨论区: http://forum.huihoo.com/forumdisplay.php?fid=191
  
 
==安装指南==
 
==安装指南==
第31行: 第48行:
 
  % ruby script/server -e production 或 ruby script/server
 
  % ruby script/server -e production 或 ruby script/server
 
  http://localhost:3000
 
  http://localhost:3000
 +
 +
==相关链接==
 +
*http://radiantcms.org
 +
*http://docs.huihoo.com/radiantcms/
 +
*http://download.huihoo.com/radiantcms/
 +
 +
{{Comment}}
 +
 +
[[Category:CMS]]
 +
[[Category:Ruby]]

2010年10月31日 (日) 07:04的最后版本

Wikipedia-35x35.png 您可以在Wikipedia上了解到此条目的英文信息 Radiant CMS Thanks, Wikipedia.

目录

[编辑] 新闻

[编辑] Radiant features

  • The ability to arrange pages in a hierarchy
  • Layouts that can be used to apply a common look to a Web site
  • Snippets that are similar to partials or includes
  • Pages which are defined in multiple parts (body, extended, sidebar, etc…)
  • A custom tagging language (Radius)
  • Special page-oriented plugins called behaviors
  • A simple user management/permissions system
  • Several domain specific languages which make it easy to write plugins

[编辑] 在线讨论

Huihoo Radiant 讨论区: http://forum.huihoo.com/forumdisplay.php?fid=191

[编辑] 安装指南

% gem install --include-dependencies radiant
% radiant --help

create mysql database

create database radiant_dev;
create database radiant_test;
create database radiant_live;
grant all on radiant_dev.* to u@'%' identified by 'pw';
grant all on radiant_live.* to u@'%' identified by 'pw';
grant all on radiant_test.* to u@'%' identified by 'pw';
flush privileges;
cd config
cp database.mysql.yml database.yml
修改用户名/密码
屏蔽 #socket: /tmp/mysql.sock

数据库安装

% ruby script/setup_database --help
% ruby script/setup_database production
% ruby script/server webrick -e production

或使用lighttpd

修改 config/lighttpd.conf
"bin-environment" => ( "RAILS_ENV" => "development" ) ===> "bin-environment" => ( "RAILS_ENV" => "production" )

% ruby script/server -e production 或 ruby script/server
http://localhost:3000

[编辑] 相关链接

Comment-32x32.png

<discussion>characters_max=300</discussion>

分享您的观点
个人工具
名字空间

变换
操作
导航
工具箱