I am following the MobileFirst containers tutorial: https://mobilefirstplatform.ibmcloud.com/tutorials/en/foundation/7.1/ibm-containers/run/
I have already created mobilefirst project. Now I want to use that project war file. As per above link, all installation process is done. Now I am facing an issue while running the scripts. When I try to run prepareserverdbs.sh
it asks me to specify the name of my Bluemix application (mandatory). Which name should I provide there?
I tried with same war file name which I created but its throwing The Bluemix application Test was not found
. I have already copied war file in usr/projects folder.