Created
April 18, 2019 04:01
-
-
Save cgaete/98e31173e5e22a9a00cd2759d09ee06d to your computer and use it in GitHub Desktop.
Google Cloud Essential Skills: Challenge Lab
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#------------------------ | |
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