没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > sriki |
sriki
|
0 | 0 | 1 |
贡献者 | 讨论 | 代码提交 |
SRiki - The Simple Rails Wiki
This is a simple set of wiki code that was created for our own purposes, but should be helpful to anyone who needs the only the basic functionality of a wiki.
Please bare with me as I set up this project. Things are a bit rough right now so please feel free to email me with any questions.
InstallationGet all the the dependencies (I am working on reducing these) acts_as_ferret upload_column acts-as-taggable-on auto_complete responds_to_parent restful_authentication (or anything that implements logged_in? and current_user) headliner
Install the plugin
./script/plugin install http://sriki.googlecode.com/svn/trunk/srikiGenerate the wiki files
./script/generate sriki _wikiname_Where wikiname is what you want to name the wiki (e.g. - wiki or dictionary)