Difference between revisions of "Continuous Deployment"
From CitconWiki
Jump to navigationJump to search (New page: [http://agilemanifesto.org/principles.html first principle of agile manifesto] "Our highest priority is to satisfy the customer through early and continuous delivery of valuable software") |
|||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | '''This is from CITCON Raleigh''' | ||
+ | |||
[http://agilemanifesto.org/principles.html first principle of agile manifesto] | [http://agilemanifesto.org/principles.html first principle of agile manifesto] | ||
"Our highest priority is to satisfy the customer through early and continuous delivery of valuable software" | "Our highest priority is to satisfy the customer through early and continuous delivery of valuable software" | ||
+ | |||
+ | Jez's [http://continuousdelivery.com/ Book] | ||
+ | |||
+ | '''From CITCON London 2010''' | ||
+ | |||
+ | IMVU is still the seminal company who [http://timothyfitz.wordpress.com/2009/02/10/continuous-deployment-at-imvu-doing-the-impossible-fifty-times-a-day/ first did Continuous Deployment] | ||
+ | |||
+ | [[Jason Huggins]]: You have to be able to deal with schema migration. Or better: just do NoSQL. | ||
+ | |||
+ | A [http://www.dafydd.net/archive/2010/continuous-deployment/ writeup by Dafydd Rees]. |
Latest revision as of 23:43, 7 November 2010
This is from CITCON Raleigh
first principle of agile manifesto "Our highest priority is to satisfy the customer through early and continuous delivery of valuable software"
Jez's Book
From CITCON London 2010
IMVU is still the seminal company who first did Continuous Deployment
Jason Huggins: You have to be able to deal with schema migration. Or better: just do NoSQL.