Boxroom

来自开放百科 - 灰狐
(版本间的差异)
跳转到: 导航, 搜索
 
 
第1行: 第1行:
 
Ruby on Rails app for managing your files online. Create folders, up/download files, create user groups and give them rights on certain folders.
 
Ruby on Rails app for managing your files online. Create folders, up/download files, create user groups and give them rights on certain folders.
 +
 +
==安装指南==
 +
mysql> create database boxroom;
 +
rake migrate
 +
vi config/environment.rb
 +
# ActionMailer config:
 +
ActionMailer::Base.delivery_method = :smtp
 +
 +
ActionMailer::Base.server_settings = {
 +
  :address => "your.smtp.server",
 +
  :port => 25,
 +
  :domain => "your.domain"
 +
}
 +
 +
vi app/models/password_mailer.rb
 +
PasswordMailer
 +
 +
ruby script/server
  
 
*http://boxroom.rubyforge.org/
 
*http://boxroom.rubyforge.org/
 
*http://rubyforge.org/projects/boxroom/
 
*http://rubyforge.org/projects/boxroom/

2006年9月17日 (日) 00:16的最后版本

Ruby on Rails app for managing your files online. Create folders, up/download files, create user groups and give them rights on certain folders.

[编辑] 安装指南

mysql> create database boxroom;
rake migrate

vi config/environment.rb

# ActionMailer config:
ActionMailer::Base.delivery_method = :smtp
ActionMailer::Base.server_settings = {
  :address => "your.smtp.server",
  :port => 25,
  :domain => "your.domain"
}

vi app/models/password_mailer.rb

PasswordMailer
ruby script/server
分享您的观点
个人工具
名字空间

变换
操作
导航
工具箱