Skip to content

Commit

Permalink
Release 1.1.143
Browse files Browse the repository at this point in the history
  • Loading branch information
predix-adoption-bot committed Sep 14, 2018
1 parent bdb0d47 commit 6120f97
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 13 deletions.
22 changes: 13 additions & 9 deletions scripts/quickstart-hello-world.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,27 +35,31 @@ function local_read_args() {
fi
}



# default settings
BRANCH="master"
PRINT_USAGE=0
SKIP_SETUP=false

IZON_SH="https://raw.githubusercontent.com/PredixDev/izon/1.1.0/izon2.sh"
#ASSET_MODEL="-amrmd predix-ui-seed/server/sample-data/predix-asset/asset-model-metadata.json predix-ui-seed/server/sample-data/predix-asset/asset-model.json"
SCRIPT="-script cloud-basics.sh -script-readargs cloud-basics-readargs.sh"
QUICKSTART_ARGS="$SCRIPT"
VERSION_JSON="version.json"
PREDIX_SCRIPTS=predix-scripts
REPO_NAME=Predix-HelloWorld-WebApp
VERSION_JSON="version.json"
APP_DIR="predix-hello-world"
APP_NAME="Predix Hello World"
SCRIPT_NAME=quickstart-rmd-ref-app.sh
GITHUB_RAW="https://raw.githubusercontent.com/PredixDev"
TOOLS="Cloud Foundry CLI, Git, Predix CLI"
TOOLS_SWITCHES="--cf --git --predixcli"

# Process switches
local_read_args $@
IZON_SH="https://raw.githubusercontent.com/PredixDev/izon/$BRANCH/izon.sh"
VERSION_JSON_URL=https://raw.githubusercontent.com/PredixDev/$REPO_NAME/$BRANCH/version.json

#variables after processing switches
SCRIPT_LOC="$GITHUB_RAW/$REPO_NAME/$BRANCH/scripts/$SCRIPT_NAME"
VERSION_JSON_URL="$GITHUB_RAW/$REPO_NAME/$BRANCH/version.json"

function check_internet() {
set +e
Expand Down Expand Up @@ -87,10 +91,10 @@ function init() {

#get the script that reads version.json
eval "$(curl -s -L $IZON_SH)"

getVersionFile
getProxyScripts
getLocalSetupFuncs
getUsingCurl $SCRIPT_LOC
chmod 755 $SCRIPT_NAME;
getVersionFile
getLocalSetupFuncs $GITHUB_RAW
}

if [[ $PRINT_USAGE == 1 ]]; then
Expand Down
8 changes: 4 additions & 4 deletions version.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "Predix Hello World Index.html",
"version": "1.1.142",
"version": "1.1.143",
"private": true,
"dependencies": {
"local-setup": "https://github.com/PredixDev/local-setup#1.0.100",
"predix-scripts": "https://github.com/PredixDev/predix-scripts#1.1.154",
"Predix-HelloWorld-WebApp": "https://github.com/PredixDev/Predix-HelloWorld-WebApp#1.1.142"
"local-setup": "https://github.com/PredixDev/local-setup#1.0.101",
"predix-scripts": "https://github.com/PredixDev/predix-scripts#1.1.158",
"Predix-HelloWorld-WebApp": "https://github.com/PredixDev/Predix-HelloWorld-WebApp#1.1.143"
},
"author": "turnerth"
}

0 comments on commit 6120f97

Please sign in to comment.