From: Christopher Henry <chrisshenry@gmail.com>
Subject: Modeling ready for deploy
Date: February 6, 2014 3:58:41 AM CST
To: "Miriam L. Land" <landml@ornl.gov>, Dan Olson <dolson@mcs.anl.gov>, "Thomas S. S. Brettin" <brettin@cels.anl.gov>
Hey guys,
Modeling services ready for deploy. You can pass make test if you:
source /kbase/deployments/20140109-prod/dev_container/user-env.sh
cd /kbase/deployments/20140109-prod/dev_container/modules/KBaseFBAModeling
export KB_DEPLOYMENT_CONFIG=../../../deployment.cfg
make test
The production deployment config needs to look like this:
[fbaModelServices]
fbajobcache=/tmp/fbacache/
jobserver-url=http://kbase.us/services/workspace
fbajobdir=/tmp/fbajobs
mfatoolkitbin=/kbase/deployments/20140109-prod/bin/mfatoolkit
probanno-url=http://localhost:7073
mssserver-url=http://bio-data-1.mcs.anl.gov/services/ms_fba
accounttype=kbase
workspace-url=https://kbase.us/services/ws
defaultJobState=queued
gaserver-url=http://kbase.us/services/genome_annotation
idserver-url=http://kbase.us/services/idserver
Make sure you have KB_SERVICE_NAME set:
export KB_SERVICE_NAME= fbaModelServices
Chris