欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2, C++/F#/Lisp
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
分享您的观点