Maven migration (first draft)

This commit is contained in:
Graham Triggs 2015-11-19 23:47:41 +00:00
parent da79ac3e1d
commit fee48b0b50
1711 changed files with 662 additions and 0 deletions

View file

@ -0,0 +1,7 @@
The sites directory contains sub-directories, one for each site whose data we are testing.
Each site directory (cornell, indiana, etc.) contains information specific to that site.
In particular, it contains a site_properties.rb file, which defines the default_namespace
and the email address of the root user, for inclusion in the deploy.properties file
by _deploy script.

View file

@ -0,0 +1,4 @@
# properties for this site
@default_namespace = 'http://vivo.cornell.edu/individual/'
@root_user = 'vivo_root@mydomain.edu'

View file

@ -0,0 +1,3 @@
# properties for this site
@default_namespace = 'http://vivo.iu.edu/individual/'
@root_user = 'vivo@indiana.edu'

View file

@ -0,0 +1,3 @@
# properties for this site
@default_namespace = 'http://vivo.scripps.edu/individual/'
@root_user = 'samtest@scripps.edu'