Hi, I am new to the course builder. We have been able to run the followig script in the google compute engine. sudo apt-get update
sudo apt-get upgrade sudo apt-get install unzip sudo apt-get install python-dev sudo apt-get install git sudo apt-get install build-essential manpages-dev wget https://github.com/google/coursebuilder-releases/blob/master/coursebuilder_1.11.001.zip?raw=true unzip coursebuilder_1.11.001.zip\?raw\=true bash coursebuilder/scripts/common.sh gcloud auth login gcloud beta app create bash ./coursebuilder/scripts/deploy.sh bdcation-169812 --noauth_local_webserver but in the end after repeated attempt, it give following error Enter verification code: 4/aN4rEQaI2EMOhjXojPOwnfEXMoVJTsfZUpxeUt_lWXc WARNING: `gcloud auth login` no longer writes application default credentials.If you need to use ADC, see: gcloud auth application-default --helpYou are now logged in as [[email protected]].Your current project is [pristine-dahlia-11]. You can change this setting by running: $ gcloud config set project PROJECT_IDjewel_abc@instance-1:~$ I am not sure, how to get over it. Please help -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/de728e33-8fac-4c31-82c2-b925f26dfaa9%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
