Reputation: 19617
I've heard terms like "deployment" and "production" applied to the development process. What are the usual stages and what do they involve ?
Upvotes: 1
Views: 324
Reputation: 51110
Deployment: Taking compiled code and making it run on an application server
Production: the environment (servers etc.) that serve the application to the end user
The stages are:
In reality these don't happen in a strict sequence, there is often some iteration back and forth. This is usually implied by what are known as Agile development methods.
Upvotes: 2
Reputation: 50293
I guess there is no single answer for that, but Wikipedia lists these as possible development stages:
Upvotes: 2
Reputation: 771
Depending on the academic paper you read, different stages will be highlighted (though many are common). Wikipedia has a couple of useful pages for you:
Upvotes: 3