`
taito
  • 浏览: 94389 次
  • 性别: Icon_minigender_1
  • 来自: 上海
社区版块
存档分类
最新评论

Ruby-On-Rails-Radiant CMS系统

阅读更多
Radiant CMS是一个完全由Ruby on Rails开发而成的CMS系统。这个系统在RoR的圈子里面很有名气,是因为Ruby的官方站点Ruby-lang正是采用的Radiant CMS。这套CMS使用起来并不简单,需要很强的Web开发知识才能摆平。然而一旦使用熟练,Radiant CMS的简洁和强大还是非常吸引人的。这里简单介绍一下Windows下的安装方法:

1、RubyGems安装Radiant CMS

  
gem install radiant


2、建立新项目
  
radiant uiok
  <-- uiok是你可以任意指定的项目名

3、在mysql里面先建好database和做好grant,然后写入config/database.yml。
   比如建立demo_production ,demo_development,demo_test三个数据库;

4、建立数据表和数据
  
rake production db:bootstrap

   期间会需要输入网站的管理员用户名和密码

5、使用吧
   ruby script\server -e production
6
4
分享到:
评论
3 楼 taito 2012-06-18  
educate 写道
do you think it is useful for people who try to install radiant on their windows computers? I learn nothing from what you have written down. Why don't remove this article here?

这是基于ruby的web-client服务系统,这里所说的也是在 server 上架设的 cms。访问与使用是基于web的,没有限制是windows 或 unix。如果你完全不了解ruby 的话,对你来说在windows上安装也会有一些困难。
2 楼 educate 2012-05-20  
do you think it is useful for people who try to install radiant on their windows computers? I learn nothing from what you have written down. Why don't remove this article here?
1 楼 snowlov 2008-05-06  
Radiant CMS  能自定义数据项么?我没有找到啊

相关推荐

Global site tag (gtag.js) - Google Analytics