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
-
Navigate to the project folder for the desired project.
-
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).
-
Open a command prompt in the project folder.
-
Execute the following line:
om.bat {environment}
where {environment} is the environment the migration is being executed in.