diff options
| -rw-r--r-- | import_data_bi.sh | 1 | ||||
| -rw-r--r-- | run_metabase.sh | 3 | ||||
| -rw-r--r-- | run_single_ktr.sh | 1 |
3 files changed, 5 insertions, 0 deletions
diff --git a/import_data_bi.sh b/import_data_bi.sh new file mode 100644 index 0000000..3112fad --- /dev/null +++ b/import_data_bi.sh @@ -0,0 +1 @@ +sh /opt/data-integration/kitchen.sh -file="/home/superman/runapps/import_all_data_bi_indoteknik.kjb" > "/home/superman/runapps/log/import.log" diff --git a/run_metabase.sh b/run_metabase.sh new file mode 100644 index 0000000..468a7db --- /dev/null +++ b/run_metabase.sh @@ -0,0 +1,3 @@ +cd /opt/metabase + +nohup ./run_metabase.sh diff --git a/run_single_ktr.sh b/run_single_ktr.sh new file mode 100644 index 0000000..3c7c5ab --- /dev/null +++ b/run_single_ktr.sh @@ -0,0 +1 @@ +sh /opt/data-integration/pan.sh -file="/home/superman/runapps/import_adempiere_to_data_warehouse.ktr" > "/home/superman/runapps/log/run_single_ktr.log" |
