What are these Admin Settings for?Post to delicious
Warehouse has an a small Settings area in the Admin tab with a few basic options.
Shell command to run when permissions are updated
This lets you type in a command, run by the user that runs the current rails process, that gets executed each time a repository's access permissions are updated. The command gets run from Warehouse's application directory, by the system user running the current process. This was designed for the warehouse:build_config task. Also, Warehouse accepts a special :subdomain variable for repository-specific access files.
rake warehouse:build_config CONFIG=config/access.conf- Create one access file for all repositories.rake warehouse:build_config REPO=:subdomain CONFIG=config/:subdomain/access.conf- Create an access file for the current repository.
See more info on the Warehouse commands.
Shell command to run when someone's password is updated.
This lets you type in a command when someone updates the subversion login and password in their profile. It works just like the permission command, only it takes a special :id variable for the current user's id.
rake warehouse:build_htpasswd CONFIG=config/htpasswd.conf- Create an htpasswd file for all Warehouse members.rake warehouse:build_user_htpasswd CONFIG=config/:repo/htpasswd.conf USER=:id- Create htpasswd files for all of the repositories that this member has access to.
See more info on the Warehouse commands.
Email address that email notifications are sent from.
This sets the from/reply-to address for emails sent out from Warehouse.
« What Warehouse commands are available? | FAQs | How do I configure my email settings? »
Talk To Me Now!
If you've got an IRC client, you can join us in #activereload on irc.freenode.net. We'll talk about ninjas, code, gaming and more ninjas.
—Robert Bousquet, New LeadersWith all those cooks in the kitchen at the same time while launching our latest project, Warehouse helped us keep tabs on everything!

