X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=example%2Fpostinstall.sh;fp=example%2Fpostinstall.sh;h=48470ffdef4a3457df309d4916554531e2485779;hb=b8d9d3d86c425cf545bbee4fa48522157a55c3bd;hp=0000000000000000000000000000000000000000;hpb=2bbb5ef5ed8fc5997d9c9a973860ca8aae769ad5;p=anna.git diff --git a/example/postinstall.sh b/example/postinstall.sh new file mode 100755 index 0000000..48470ff --- /dev/null +++ b/example/postinstall.sh @@ -0,0 +1,36 @@ +#!/bin/bash + +cd `dirname $0` + +cat << EOF + +=========================== [483/19225] +Post-installation procedure +=========================== + +This will preconfigure examples when proceed. + +You can also execute this procedure later by mean: + + 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 +