X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=example%2Fpostinstall.sh;h=bbe59fe4ec01132325846422f480138f67171975;hb=ebd820491574c758104c09ca06bf3347ed87c88f;hp=1e9e5fab850816b01865a61b95f9b51483b47e79;hpb=e0186e21a3ac3ae05e591b33b8c7e6ce30b5d891;p=anna.git diff --git a/example/postinstall.sh b/example/postinstall.sh index 1e9e5fa..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.sh - -# ... -# ... - -# perhaps the user wants to redeploy ... -#touch `basename $0 .sh`.out - -exit 0 -