Open tiennth opened 7 years ago
Hi, can you describe the original original script you called?
I started from this website: http://go.digital.ge.com/predix-tshirt-instructions.html?aliId=47594545. The script is: https://raw.githubusercontent.com/PredixDev/guided-tutorials/master/campaign.sh
We had an issue with our deployed release and now its fixed. Please delete the following version.json , predix-scripts folder and re-run the following scripts bash <( curl https://raw.githubusercontent.com/PredixDev/guided-tutorials/master/campaign.sh ) Thank you for your patience.Please let me know your findings.
Great! I confirm the issue was fixed. Thank you for your hard work!
One more problem I see it's persisted in this script and all your guide in predix.io, it's this message:
Your first Predix app was successfully deployed at https://. Please open the application in your browser to claim your T-shirt!
The link of deployed application in the message is missing. Please correct it in this script and your guides/tutorials (sorry I don't remember exactly which tutorial the incorrect script is in)
I tried to run this script in my Mac and this script never run successfully.
I figure out that the variables in this script somehow it is incorrect. For example:
If I hardcode the value of SETUP_MAC to bypass the setup process (my Mac has been setup all tools already), then it will fail when cloning project from github (next step after running SETUP_MAC). Here is the error:
Please review your script again. Thanks,