December 13, 2004
Setting up things in production
A long while ago, I commented on having separate environments for test, production and development. This is one of those things, that need to be considered for whatever solution is being examined. If you have an opensource app you are testing, a place to do it is a good thing. If you are installing a CD that all of a sudden has Tomcat installed on the webserver. Maybe a separate box is best.
In developing there is logic that can be placed within code to have the application set up in which stage.
For example in MachII setting the development reloading can be as easy as
<--- Set the configuration mode (when to reload): -1=never, 0=dynamic, 1=always --->
<cfset request.isProductionMode = (listContainsNoCase(CGI.SERVER_NAME, "ProductionServerName")) />
<cfif not request.isProductionMode and structKeyExists(URL,"reloadApp")>
<cfset MACHII_CONFIG_MODE = 1 />
</cfif>
Its a neat trick for reloading and setting up the environments.
This is customized from the download on mach-ii.info
ICD-10 is in the distance
Deming's Adaption of the 14 Points for Medical Service
Do we have the right mix of projects?
Priorization: The art of choosing what not to do
The key elements in establishing a PMO
The Code Yellow Required meeting
Typical Barriers rolling out a project status reporting process.
July 2008
May 2008
April 2008
March 2008
February 2008
January 2008
December 2007
November 2007
October 2007
September 2007
August 2007
July 2007
June 2007
May 2007
April 2007
March 2007
February 2007
January 2007
December 2006
November 2006
August 2006
June 2006
May 2006
April 2006
March 2006
February 2006
January 2006
November 2005
October 2005
September 2005
August 2005
June 2005
May 2005
April 2005
March 2005
February 2005
January 2005
December 2004
November 2004
October 2004
September 2004
August 2004
July 2004
June 2004
May 2004
April 2004
March 2004
February 2004
January 2004
December 2003
November 2003
October 2003
Joel on Software
David Ross
Edward Prevost
Martin Fowler
The Health Care Blog
The Tales of Hoffman
The Business Word
Medical Rants
Christina's Considerations
Paul Levy
HIS Talk
Appropriate IT
Candid CIO
RSS feed




