共有 0 个贴子
没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > wikicloth-wiki |
wikicloth-wiki
|
0 | 0 | 21 |
贡献者 | 讨论 | 代码提交 |
An example Wiki application for the WikiCloth plugin. This application is only intended as a demo, and therefore is not a complete implementation.
Getting StartedDownload the latest version of this application.
$ svn checkout http://wikicloth-wiki.googlecode.com/svn/trunk/ wiki
$ cd wiki/By default the application is configured for sqlite so all you have to do is run db:migrate. To use another database please edit config/database.yml before continuing with this step.
$ rake db:migrateAt this point you are ready to go. Use script/server to launch a server process and your on your way.