欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2, C++/F#/Lisp
RForum
来自开放百科 - 灰狐
(版本间的差异)
C4tboNoald (讨论 | 贡献) (rolialc) |
|||
(未显示2个用户的6个中间版本) | |||
第1行: | 第1行: | ||
− | + | ==安装指南== | |
− | == | + | 1、下载rforum |
− | + | ||
http://rforum.andreas-s.net | http://rforum.andreas-s.net | ||
− | + | 或使用SVN下载最新版本 | |
− | + | 2、在mysql中新建一个数据库:rforum | |
− | + | 3、修改config/database.yml | |
# Uncomment this section for MySQL: | # Uncomment this section for MySQL: | ||
production: | production: | ||
第28行: | 第27行: | ||
username: root | username: root | ||
password: | password: | ||
− | + | 4、安装数据库 | |
set RAILS_ENV=production | set RAILS_ENV=production | ||
rake migrate | rake migrate | ||
− | + | 关于migrate的说明: | |
http://wiki.rubyonrails.com/rails/pages/UnderstandingMigrations | http://wiki.rubyonrails.com/rails/pages/UnderstandingMigrations | ||
− | + | 如果安装过程中提示找不到ferret: | |
gem install ferret | gem install ferret | ||
− | + | 5、ruby script/server | |
− | + | 6、http://localhost:3000/user/register | |
− | + | 注册一个用户 | |
− | + | 7、原文 | |
http://rforum.andreas-s.net/rdoc/files/README.html | http://rforum.andreas-s.net/rdoc/files/README.html | ||
− | + | 8、创建并设置管理员 | |
http://localhost:3000/user/register | http://localhost:3000/user/register | ||
admin/adminadmin | admin/adminadmin | ||
第49行: | 第48行: | ||
User "admin" is now admin. | User "admin" is now admin. | ||
− | + | 9、配置信息 | |
− | cd config | + | cd config 修改 site.rb |
− | + | 10、No active forums. | |
− | + | 以admin帐号登录,然后创建 forum | |
http://localhost:3000/forum/new | http://localhost:3000/forum/new | ||
==User== | ==User== | ||
第59行: | 第58行: | ||
*http://forum.lighttpd.net | *http://forum.lighttpd.net | ||
*http://www.mikrocontroller.net | *http://www.mikrocontroller.net | ||
+ | |||
+ | [[Category:Forum]] | ||
+ | [[Category:Ruby]] |
2010年8月21日 (六) 14:21的最后版本
[编辑] 安装指南
1、下载rforum
http://rforum.andreas-s.net 或使用SVN下载最新版本
2、在mysql中新建一个数据库:rforum
3、修改config/database.yml
# Uncomment this section for MySQL: production: adapter: mysql host: localhost database: rforum username: root password:
development: adapter: mysql host: localhost database: rforum username: root password:
test: adapter: mysql host: localhost database: rforum username: root password:
4、安装数据库
set RAILS_ENV=production rake migrate 关于migrate的说明: http://wiki.rubyonrails.com/rails/pages/UnderstandingMigrations 如果安装过程中提示找不到ferret: gem install ferret
5、ruby script/server
6、http://localhost:3000/user/register 注册一个用户
7、原文 http://rforum.andreas-s.net/rdoc/files/README.html
8、创建并设置管理员
http://localhost:3000/user/register admin/adminadmin ruby script/make_admin admin User "admin" is now admin.
9、配置信息
cd config 修改 site.rb
10、No active forums.
以admin帐号登录,然后创建 forum http://localhost:3000/forum/new
[编辑] User
分享您的观点