Executing a Migration - tsgrp/OpenMigrate GitHub Wiki

Folder Structure

/                           # Root folder, everything stored here
β”œβ”€β”€ build-files             # build scripts 
|__ DIST                    # Built OpenMigrate application
β”œβ”€β”€ code                    # 
β”œβ”€β”€β”€β”€β”€β”€ modules               # OM Code Modules   
β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€core                 # core OM code    
β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€dctm                 # dctm module  
β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€...etc               # various other modules  
β”œβ”€β”€β”€β”€β”€β”€projects              # 
β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€clients              # client specific projects
β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€sampes               # good starting points for getting started with OM

Running a Migration

  1. Navigate to the project folder for the desired project.

  2. Make sure there is an om.bat file (if there isn't grab on from one of the sample projects and be sure to change the OM_HOME variable to be the path to the DIST folder).

  3. Open a command prompt in the project folder.

  4. Execute the following line:

om.bat {environment}

where {environment} is the environment the migration is being executed in.