Cloud Training

 View Only
Expand all | Collapse all

Help with training on Cloud Computing

  • 1.  Help with training on Cloud Computing

    Posted Mon October 23, 2023 09:18 AM
    Hello, I am  very new to cloud computing and am doing the IBM course
    Course : Developing Cloud Native Applications
    I have a lite account with IBM for the purpose of this training
     I am at the step that asks to Create an app named moviesapp and deploy it on Code Engine using the code below  :
    ibmcloud ce application create --name movieapp \
        --image us.icr.io/${SN_ICR_NAMESPACE}/movieapp \
        --registry-secret icr-secret \
        --src <Github Repository Link> \
        --env CLOUDANT_URL=<Cloudant URL> \
        --env CLOUDANT_USERNAME=<Cloudant Username> \
        --env CLOUDANT_PASSWORD=<Cloudant Password> \
        --env NLU_APIKEY=<NLU API key> \
        --env NLU_URL=<NLU URL>
     
    I added my personal credentials but I have to admit I am not sure what the credentials should be. I have read all the documentation and gone over the labs and I am still stuck. Would you be able to tell me what I am doing wrong?
    ibmcloud ce application create --name movieapp \
        --image us.icr.io/${SN_ICR_NAMESPACE}/movieapp \
        --registry-secret icr-secret \
        --src <https://github.com/GCorbeil/qkfls-Movie-Reviews-Database.git> \
        --env CLOUDANT_URL=<@ibm-cloud/cloudant> \
        --env CLOUDANT_USERNAME=<xxxxxxx@gmail.com> \
        --env CLOUDANT_PASSWORD=<xxxxxx2023!> \
        --env NLU_APIKEY=<NLU API key> \
        --env NLU_URL=<NLU URL>
     
    This is the error I am getting:theia@theiadocker-gailcorbeil:/home/project$ ibmcloud ce application create --name movieapp \
    >     --image us.icr.io/${SN_ICR_NAMESPACE}/movieapp \
    >     --registry-secret icr-secret \
    >     --src <https://github.com/GCorbeil/qkfls-Movie-Reviews-Database.git> \
    >     --env CLOUDANT_URL=<@ibm-cloud/cloudant> \
    >     --env CLOUDANT_USERNAME=<xxxxxxxxx@gmail.com> \
    >     --env CLOUDANT_PASSWORD=<xxxxxxxx2023!> \
    bash: !: event not found
    >     --env NLU_APIKEY=<NLU API key> \
    >     --env NLU_URL=<NLU URL>
    bash: syntax error near unexpected token `newline'
    theia@theiadocker-gailcorbeil:/home/project$


    ------------------------------
    Eric Corbeil
    ------------------------------


  • 2.  RE: Help with training on Cloud Computing

    Posted Mon October 23, 2023 11:36 AM

    Hi Eric- Thank you for reaching out. This course does not belong to the IBM Center for Cloud Training. It is another organizations asset on Coursera.  This is what I found for help with Coursera courses:  Coursera Help Center

    Coursera remove preview
    Coursera Help Center
    View this on Coursera >



    ------------------------------
    Natalie Brooks Powell
    ------------------------------