First git push to github

This commit is contained in:
2026-05-29 14:52:16 -04:00
commit 94bc6117f2
1576 changed files with 455304 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
<?php
declare(strict_types=1);
$basePath = realpath(__DIR__ . '/..');
require_once $basePath . '/classes/Process_ExportRequest.php';
//require_once "../classes/Process_ExportRequest.php";
(new Process_ExportRequest())->process();
?>
+6
View File
@@ -0,0 +1,6 @@
<?php
require_once "../classes/Migrate_BusinessFacts.php";
(new Migrate_BusinessFacts())->process();
?>
+6
View File
@@ -0,0 +1,6 @@
<?php
require_once "../classes/Migrate_PZFacts.php";
(new Migrate_PZFacts())->process();
?>
+6
View File
@@ -0,0 +1,6 @@
<?php
require_once "../classes/Migrate_PermitFacts.php";
(new Migrate_PermitFacts())->process();
?>
+6
View File
@@ -0,0 +1,6 @@
<?php
require_once "../classes/Migrate_Users.php";
(new Migrate_Users())->process();
?>
+7
View File
@@ -0,0 +1,7 @@
#!/bin/bash
# -- Development --
cd /var/www/html/clients/dec-international/realestatedatainc
# -- Production --
#cd /var/www/html/webapps/dec-international/realestatedatainc
php ./scripts/ExportRequest_Worker.php
+10
View File
@@ -0,0 +1,10 @@
2025-11-14 22:35 PM : **************************************************
2025-11-14 22:35 PM : Starting Migration of RDI Users
2025-11-14 22:35 PM : Processing RDI Users
2025-11-14 22:35 PM : Processed 10 records...
2025-11-14 22:35 PM : Processed 20 records...
2025-11-14 22:35 PM : Processed 30 records...
2025-11-14 22:35 PM : Processed 40 records...
2025-11-14 22:35 PM : Processed 50 records...
2025-11-14 22:35 PM : Processed 60 records...
2025-11-14 22:35 PM : RDI Users Migration Process Complete