Skip to content

Instantly share code, notes, and snippets.

@cgaete
Created April 18, 2019 04:01
Show Gist options
  • Save cgaete/98e31173e5e22a9a00cd2759d09ee06d to your computer and use it in GitHub Desktop.
Save cgaete/98e31173e5e22a9a00cd2759d09ee06d to your computer and use it in GitHub Desktop.
Google Cloud Essential Skills: Challenge Lab
#------------------------
PROJECT_ID="id_projecto"
#crear bucket, el nombre debe ser unico en internet
gsutil mb gs://$PROJECT_ID
#copiar archivo al bucket creado
gsutil cp resources-install-web.sh gs://$PROJECT_ID
#!/bin/bash
apt-get update
apt-get install -y apache2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment