470
edits
mNo edit summary |
|||
| Line 28: | Line 28: | ||
uses a rabbitmq daemon running on cruncher | uses a rabbitmq daemon running on cruncher | ||
===deployment questions | == slavealloc == | ||
* what version | |||
* | == regression detection == | ||
code is http://hg.mozilla.org/graphs/file/9c02347596b4/server/analysis | |||
runs on cruncher via cronjob under catlee's account from ~/graphs/server/analysis | |||
==deployment questions== | |||
* what languages are needed and their version | |||
** if python, what python modules - can they be run in a virtualenv | |||
** if perl, what cpan modules are needed | |||
** if php, what php version and what php.ini entries are needed | |||
* what is the command line parameters to start the web service | * what is the command line parameters to start the web service | ||
* does it have any special configuration or init files | |||
* does it require root or sudo | * does it require root or sudo | ||
* does it require a special directory layout | * does it require a special directory layout | ||
| Line 37: | Line 47: | ||
* what version of mysql and what database config, where is the sql to init the tables | * what version of mysql and what database config, where is the sql to init the tables | ||
* does memcached have a min/max memory? which processes read/write to it - can it be on different IP | * does memcached have a min/max memory? which processes read/write to it - can it be on different IP | ||
* what ports will be opened for listening | * what ports will be opened for listening | ||
* cronjobs that need to be run | * cronjobs that need to be run | ||
* if outside services are utilized, what is that list | |||
edits