|
|
Deployment
|
| |
| Deployment is the process of making
an application available in a location where it will be
exercised in production mode. In the case of basic applications
(where the application is a single executable file), the
main step in deploying the application is to copy it where
you want it to go. However, deploying client/server and
Web applications often requires moving complicated directory
structures and can necessitate complex configuration (for
example, copying and configuring the database, configuring
application servers and middleware, connecting legacy systems,
configuring the Web server, and so on).
See also:
|
|