Note: This version of the VDT (1.7.0) is no longer supported. Feel free to look through the documentation and install it, but we cannot guarantee support for it. The current stable release is 2.0.0.

configure_vomrs

configure_vomrs - VOMRS configuration script

Synopsis

    configure_vomrs --server <y,n>
                    --vo <vo name>
                    --mail-from <from address on vomrs mail>
                    --smtp-host <outgoing smtp host>
                    --vdt-install <VDT installation root>

Description

--server <y,n>
If y, flag the VOMRS service as "to be enabled" in the VDT service management system. If n, flag the VOMRS service as "not to be enabled".
--vo <vo name>
Create the specified VO. Defaults to VDT.
--mail-from <from address on VOMRS mail>
The from address the VOMRS server should use when it sends out email messages in response to admin requests. Defaults to `whoami`@`hostname`.
--smtp-host <outgoing SMTP host>
The SMTP server to use for sending mail. By default configure_vomrs searches (in this order) `hostname`, smtp.`domainname` and mail.`domainname` for an SMTP server to use.
--vdt-install <VDT installation root>
configure_vomrs will look for the root of the VDT installation at $VDT_LOCATION. If you do not have that set you can specify it with --vdt-install instead.
--help, --usage
Print a usage message.

The following actions are performed (as needed) to add a VO:

Set up directories and files that VOMRS needs
Use VOMRS to configure itself, including database creation
Install the VOMRS web application into Tomcat
Configure Tomcat and Apache to allow secure access to the web applications
Prepare the VOMRS init script