在Ruby on Rails中构建简单的Wiki应用程序的扎实教程? [英] Solid tutorial for building a simple wiki application in Ruby on Rails?

查看:47
本文介绍了在Ruby on Rails中构建简单的Wiki应用程序的扎实教程?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我进行了搜索,发现很多过时的东西。

I've searched and I've found a lot that are antiquated.

有什么建议吗?

推荐答案

您可以轻松地使用 zena (Rails CMS):

You can easily create a wiki with zena (a rails CMS):


  1. 您使用
    $ b $创建一个空应用程序b zena Wiki

您初始化了一个空数据库

cd Wiki; rake zena:init RAILS_ENV = production

You initialize an empty database
cd wiki; rake zena:init RAILS_ENV=production

将节点的发布,写入和读取组设置为 public(使用扳手工具的驱动器选项卡)

You set the publish, write and read groups of a node to "public" (use the wrench tool, "drive" tab)

您将匿名用户的状态从已审核更改为用户(通过单击管理来进行用户管理用户链接)

You change the anonymous user's status from "moderated" to "user" (user management by clicking on the "Admin User" link)

并且您有一个具有多语言支持(如果需要)和常规版本控制的Wiki,差异工具和图像管理。

And you have a wiki with multilingual support (if you need it) and the usual versioning, diff tools and image management.

这篇关于在Ruby on Rails中构建简单的Wiki应用程序的扎实教程?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆