|
How to install RequirementsTo run Boxroom you need the following:
If you want to use upload progress, you also need: InstallationFollow these steps to install Boxroom:
# ActionMailer config:
ActionMailer::Base.delivery_method = :smtp
ActionMailer::Base.server_settings = {
:address => "your.smtp.server",
:port => 25,
:domain => "your.domain"
}
USE_UPLOAD_PROGRESS = falseto USE_UPLOAD_PROGRESS = true $ ruby script/serverIf you want to use upload progress you need to start the webserver like this: $ mongrel_rails start -S config/mongrel_upload_progress.conf |