Software to synchonise the data between various data sources and casus database server. For Unix users please use MigrateWhere2test_2.0Unix.zip and for WIndows users please use MigrateWhere2test_2.0Win.zip. In order to use the scripts, please use the following instructions:
Windows
-
Create the postgreq sql database and set the port 5432.
-
Apply w2testRegion.sql to the Postgresql database. It creates the schema of the database.
-
Create folder C:\Workspaces and unzip the unix file.
-
Create folder in workspaces, com.com.casus.env.where2test.migration\COM_CASUS_WHERE2TEST_MIGRATION and then unzip the source file inside COM_CASUS_WHERE2TEST_MIGRATION.
-
Install requirement.txt. We use some python scripts for downloading and cleaning the data
-
Set the memory on the file MigrateWhere2test_run.bat minimal to 13 GB
-
Set run Develop and run the .bat file on the folder MigrateWhere2test_2.0Unix to run in localhost.
Unix
-
Create PostgreSQL with port 32771.
-
Apply w2testRegion.sql to the Postgresql database. It creates the schema of the database.
-
Create folder /home/wildan/Workspaces and unzip the unix file.
-
Open the file MigrateWhere2test/MigrateWhere2test_run.sh and change the mode "Default" by "Production"
-
Create folder in workspaces, com.com.casus.env.where2test.migration.unix/COM_CASUS_WHERE2TEST_MIGRATION and then unzip the source file inside COM_CASUS_WHERE2TEST_MIGRATION.
-
Install requirement.txt. We use some python scripts for downloading and cleaning the data
-
Set the memory on the file MigrateWhere2test_run.sh minimal to 13 GB
-
run the MigrateWhere2test_run.sh in the "Production" mode.