short start instructions at end of install script

Former-commit-id: 6a2f4ce276
This commit is contained in:
mjames-upc 2015-10-14 15:40:00 -06:00
parent 248e078f48
commit de41fc1e53
2 changed files with 7 additions and 0 deletions

View file

@ -33,4 +33,7 @@ fi
echo ""
echo "Done..."
echo ""
echo " to run cave:"
echo ""
echo " /awips2/cave/cave.sh"
exit

View file

@ -30,4 +30,8 @@ fi
echo ""
echo "Done..."
echo ""
echo " to run EDEX:"
echo ""
echo " edex start"
echo ' su ldm -c "ldmadmin mkqueue" && su ldm -c "ldmadmin start"'
exit