Application deployment is the process of packaging an application you have developed and distributing it to your users. The deployment process for Mongoose based applications involves these basic steps:
- Convert the Meta data objects associated with the application or applet into script files.
- Place the script files in a distributable package.
- Copy the package to the server where the application or applet is to be deployed.
- Unpack the script files to the appropriate location.