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
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 [
jewe...@gmail.com].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