Open main menu

Changes

Run relax at Google Cloud Computing

425 bytes added, 17:09, 28 November 2015
==Deploy google datalab to your server==
Read more here: http://techcrunch.com/2015/10/13/google-launches-cloud-datalab-an-interactive-tool-for-exploring-and-visualizing-data
 
Note: '''Cloud Datalab uses AppEngine and Managed VMs beta, which is available in the US region only.'''
Visit: https://cloud.google.com/datalab
 
* Launch datalab
ssh gcc_relax
* Deploy to your project
 
Note: '''Cloud Datalab uses AppEngine and Managed VMs beta, which is available in the US region only.'''
 
So we move the project to another zone.
* See https://cloud.google.com/compute/docs/instances/moving-instance-across-zones
* See zones: https://cloud.google.com/compute/docs/zones
<source lang="python">
gcloud compute --project "relax-1143" instances start --zone "europe-west1-c" "relax"
gcloud compute --project "relax-1143" instances move "relax" --zone "europe-west1-c" --destination-zone "us-central1-f"
</sourcesource>
== See also ==
[[Category:Installation]]