mirror of
https://github.com/OpenLiberty/liberty-bikes.git
synced 2025-01-18 10:23:58 +08:00
Merge pull request #132 from aguibert/cf-deploy-scripts
Adjust script paths based on $HOME value
This commit is contained in:
commit
47857cb0b9
@ -1,8 +1,8 @@
|
||||
#!/bin/sh
|
||||
# This script installs the required features when the server is deployed as a Cloud Foundry application
|
||||
export PATH=$PATH:$HOME/app/.java/jre/bin
|
||||
export PATH=$PATH:$HOME/.java/jre/bin
|
||||
echo "Path is $PATH"
|
||||
java -version
|
||||
|
||||
echo "Installing required features for server..."
|
||||
$HOME/app/.liberty/bin/installUtility install $HOME/app/wlp/usr/servers/defaultServer/server.xml --acceptLicense
|
||||
$HOME/.liberty/bin/installUtility install $HOME/wlp/usr/servers/defaultServer/server.xml --acceptLicense
|
||||
|
@ -1,8 +1,8 @@
|
||||
#!/bin/sh
|
||||
# This script installs the required features when the server is deployed as a Cloud Foundry application
|
||||
export PATH=$PATH:$HOME/app/.java/jre/bin
|
||||
export PATH=$PATH:$HOME/.java/jre/bin
|
||||
echo "Path is $PATH"
|
||||
java -version
|
||||
|
||||
echo "Installing required features for server..."
|
||||
$HOME/app/.liberty/bin/installUtility install $HOME/app/wlp/usr/servers/defaultServer/server.xml --acceptLicense
|
||||
$HOME/.liberty/bin/installUtility install $HOME/wlp/usr/servers/defaultServer/server.xml --acceptLicense
|
||||
|
@ -1,8 +1,8 @@
|
||||
#!/bin/sh
|
||||
# This script installs the required features when the server is deployed as a Cloud Foundry application
|
||||
export PATH=$PATH:$HOME/app/.java/jre/bin
|
||||
export PATH=$PATH:$HOME/.java/jre/bin
|
||||
echo "Path is $PATH"
|
||||
java -version
|
||||
|
||||
echo "Installing required features for server..."
|
||||
$HOME/app/.liberty/bin/installUtility install $HOME/app/wlp/usr/servers/defaultServer/server.xml --acceptLicense
|
||||
$HOME/.liberty/bin/installUtility install $HOME/wlp/usr/servers/defaultServer/server.xml --acceptLicense
|
||||
|
@ -1,8 +1,8 @@
|
||||
#!/bin/sh
|
||||
# This script installs the required features when the server is deployed as a Cloud Foundry application
|
||||
export PATH=$PATH:$HOME/app/.java/jre/bin
|
||||
export PATH=$PATH:$HOME/.java/jre/bin
|
||||
echo "Path is $PATH"
|
||||
java -version
|
||||
|
||||
echo "Installing required features for server..."
|
||||
$HOME/app/.liberty/bin/installUtility install $HOME/app/wlp/usr/servers/defaultServer/server.xml --acceptLicense
|
||||
$HOME/.liberty/bin/installUtility install $HOME/wlp/usr/servers/defaultServer/server.xml --acceptLicense
|
||||
|
Loading…
Reference in New Issue
Block a user