|
Environment setup |
|
|
The first step of the migration is the working environment setup on the target system. This environment contains both the deployment directories and the migration directories. It should be self-contained, thus allowing to allow an easy deployment on another system (i.e. the customer one). This is the environment we suggest HOME All the migrating items should be stored in the fromhost directory, with a structure that reflects the deployment environment (HOME). The items in fromhost have to be processed with automated scripts to populate the deployment. We suggest to use ANT (http://ant.apache.org) to apply massive processes on the sources.
|