Skip to content

Commit

Permalink
**
Browse files Browse the repository at this point in the history
  • Loading branch information
anatolicvs committed Aug 28, 2020
1 parent fe58117 commit 6a77a50
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ Usage(){
echo "Args:"
echo "-k <ssh_key_file>: mandatory. id_rsa keyfile should exits in ~/.ssh/ user directory "
echo "-e {dev|prod}: mandatory. Switching environment. If <prod> deployment is choosen, you must precise -d argument"
echo "-d domain_name: mandatory in production deploiement. Precise the base URL which will be use to contact application."
echo "-d domain_name: mandatory in production deployment. Precise the base URL which will be use to contact application."
echo " domain_name should appear as <domain>/<path1>/<path2>/"
echo " Example: w3.avignon.inra.fr/bas_insylva/portal/"
echo "-ip <ip address>: mandatory in production deploiement. Precise the ip address of the server (used for direct access to search application in production mode)"
echo "-p <port number>: mandatory in production deploiement. Precise the port number of the server (used for direct access to login application in production mode)"
echo "-ip <ip address>: mandatory in production deployment. Precise the ip address of the server (used for direct access to search application in production mode)"
echo "-p <port number>: mandatory in production deployment. Precise the port number of the server (used for direct access to login application in production mode)"
echo "##############################################"
exit
}
Expand Down

0 comments on commit 6a77a50

Please sign in to comment.