This is an automated email from the ASF dual-hosted git repository.
yasith pushed a change to branch feat/single-jvm
in repository https://gitbox.apache.org/repos/asf/airavata.git
from bd3e19c037 fix: startup issues — localhost binding, null-guard
publishers, update properties
new 69b93d7724 fix: add CREDENTIALS/COMMUNITY_USER tables to V1 baseline,
fix properties
new dbd71c22aa feat: add setup.sh and start.sh scripts
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.gitignore | 2 +
.../db/migration/airavata/V1__Baseline_schema.sql | 27 ++++++++++
compose.yml | 2 +-
scripts/setup.sh | 58 ++++++++++++++++++++++
scripts/start.sh | 19 +++++++
5 files changed, 107 insertions(+), 1 deletion(-)
create mode 100755 scripts/setup.sh
create mode 100755 scripts/start.sh