Creating pom to autobuild bundle. Refs #3280

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/distributions/smartgears-distribution-bundle@113571 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Luca Frosini 2015-03-11 15:17:13 +00:00
parent 22cf903f64
commit 1fb61dfbbe
1 changed files with 7 additions and 8 deletions

View File

@ -32,8 +32,6 @@ exit 0 ;;
esac
done
echo ""
if [ $force ]; then
echo "Creating tomcat symlink..."
ln -s apache-tomcat-${TOMCAT_VERSION} ${TOMCAT_DST_FOLDER}
@ -59,11 +57,12 @@ if [ $force ]; then
echo -e "\n\n\n\n"
echo "Just few steps to do to reach the goal:"
else
echo "This is a dry-run showing the list of actions to do to setup SmartGear."
echo "Use -h to for the script help."
echo "Use -f to allow this script to perform required steps to setup Smartgear"
echo "We are showing the list of steps to setup SmartGear."
echo "Use -h to see the script help."
echo "Use -f to allow this script to perform automatically the required steps to setup Smartgear"
echo "Create tomcat symlink with the following command"
echo ""
echo "Create tomcat symlink with the following command:"
echo "ln -s apache-tomcat-${TOMCAT_VERSION} ${TOMCAT_DST_FOLDER}"
echo ""
@ -71,7 +70,7 @@ else
echo "${ENV_VARIABLES}"
echo ""
echo "Load new environments"
echo "Load new environments with the following command:"
echo "source ~/.bashrc"
echo ""
@ -79,7 +78,7 @@ else
echo "cd ${SMARTGEAR_DISTRIBUTION_DIRECTORY}"
echo ""
echo "Launch SmartGear install for Tomcat...."
echo "Launch SmartGear install for Tomcat with the following command:"
echo "./install -s tomcat"
echo ""