Updates in install scripts
This commit is contained in:
parent
a6c7e6327b
commit
9204954691
5 changed files with 285 additions and 543 deletions
|
@ -1,4 +1,5 @@
|
|||
#!/bin/bash
|
||||
set -x
|
||||
|
||||
# This installation script works on CentOS 7
|
||||
# Run as root!
|
||||
|
@ -17,7 +18,7 @@ cd $SCRIPT_PATH/..
|
|||
|
||||
# Help function
|
||||
function HELP {
|
||||
cat << EOF
|
||||
cat <<EOF
|
||||
|
||||
Basic usage: install-centos7-local.sh
|
||||
|
||||
|
@ -35,4 +36,4 @@ if [ $# -lt 0 ]; then
|
|||
HELP
|
||||
fi
|
||||
|
||||
installBase http://localhost:3000 http://localhost:3003 http://localhost:3004
|
||||
installBase http://localhost:3000 http://localhost:3003 http://localhost:3004
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue