diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2023-08-09 11:58:36 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2023-08-09 11:58:36 +0700 |
| commit | 1efc2428b879ddefd16d71fb59437fa88a76801d (patch) | |
| tree | 5a974565102db8f7cc4c395d71e96c19f4ab4bfe | |
| parent | 0bfae53ba63bfc58632053b7b5363d0fe0c5892f (diff) | |
add script for ubuntu
| -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" |
