thehyve/puppet-phenotype-database

Name: puppet-phenotype-database

Owner: The Hyve

Description: Puppet module to install Phenotype Database application suite

Created: 2013-01-15 16:25:55.0

Updated: 2014-11-07 13:13:28.0

Pushed: 2015-11-11 12:02:36.0

Homepage: null

Size: 267

Language: Puppet

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

puppet-phenotype-database

Puppet module to install Phenotype Database application suite.

Basically an automation of the steps described in https://github.com/thehyve/GSCF/blob/master/INSTALLATION.md

Module name: phenotypedb

Usage:

phenotypedb::phenotypedbapp { 'testinstance1':

databasename  => 'gscfwww1',
dbusername  => 'gscf',
dbuserpassword=> '3rfjdklsfj3234f',
instancename => 'testinstance1',
appurl    => 'http://puppet-test-gscf.thehyve.net/',
vhost_servername => 'puppet-test-gscf.thehyve.net',
vhost_serveraliases => 'puppet-test-gscf.thehyve.net',
vhost_port => 80,
adminuserpwd  => 'admiN123!',
modules   => ['sam','metabolomics','proteomics'],
system_user => 'phenotypetest1',
number => 0,
memory => '1024m',

}

Known issues:

With CentOS 5 the tomcat package step won't work.

CentOS 6 already has Tomcat 6 in its repository. This means the script should work.

Tested with Ubuntu 12.10


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.