Deployment Environment

From GM-RKB
Jump to navigation Jump to search

A Deployment Environment is a computing environment that support system deployment, and execution deployment.



References

2020

  • (Wikipedia, 2020) ⇒ https://en.wikipedia.org/wiki/deployment_environment Retrieved:2020-5-1.
    • In software deployment an environment or tier is a computer system in which a computer program or software component is deployed and executed. In simple cases, such as developing and immediately executing a program on the same machine, there may be a single environment, but in industrial use the development environment (where changes are originally made) and production environment (what end users use) are separated; often with several stages in between. This structured release management process allows phased deployment (rollout), testing, and rollback in case of problems.

      Environments may vary significantly in size: the development environment is typically an individual developer's workstation, while the production environment may be a network of many geographically distributed machines in data centers, or virtual machines in cloud computing. Code, data, and configuration may be deployed in parallel, and need not connect to the corresponding tier – for example, pre-production code might connect to a production database.