Skip to content

Commit

Permalink
Add further output to start managed demo script
Browse files Browse the repository at this point in the history
  • Loading branch information
marcjohnson-kint committed Jul 25, 2018
1 parent 7335acb commit 3efe14d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions start-managed-demo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,17 @@ okapi_proxy_address=${1:-http://localhost:9130}

tenant_id="demo_tenant"

echo "Check if Okapi is contactable"
echo "Checking if Okapi is contactable"
curl -w '\n' -X GET -D - \
"${okapi_proxy_address}/_/env" || exit 1

echo "Package circulation module"
echo "Packaging circulation module"
mvn clean package -q -Dmaven.test.skip=true || exit 1

echo "Creating demo tenant"
./create-tenant.sh

echo "Registering module with Okapi"
./okapi-registration/managed-deployment/register.sh \
${okapi_proxy_address} \
${tenant_id}

0 comments on commit 3efe14d

Please sign in to comment.