X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=example%2Fpostinstall.sh;h=bbe59fe4ec01132325846422f480138f67171975;hb=9b29f6f7a8965d709920364f46d291b27945c23d;hp=4b2277e909677e04bd0e89d827bb7cd659ecd464;hpb=74730c7d0e4f713c932d6b06a07644d1c3c6c6c1;p=anna.git diff --git a/example/postinstall.sh b/example/postinstall.sh index 4b2277e..bbe59fe 100755 --- a/example/postinstall.sh +++ b/example/postinstall.sh @@ -1,36 +1,19 @@ #!/bin/bash -cd `dirname $0` - cat << EOF + =========================== Post-installation procedure =========================== -This will preconfigure examples when proceed. +Execute multiple-deployment scripts by mean: + example/diameter/launcher/deploy-setups.sh -You can also execute this procedure later by mean: +Or single endpoints using: + example/diameter/launcher/deploy.sh - 1) scons install: no sudo required again once installed and perhaps - you prefer deployments with another unix user. - 2) Executing './example/postinstall.sh' - -Press ENTER to continue, CTRL+C to abort ... EOF -read - -# diameter module -./diameter/launcher/DEPLOY_clientAndServer.sh - -# ... -# ... - -# perhaps the user wants to redeploy ... -#touch `basename $0 .sh`.out - -exit 0 -