Google Cloud Fundamentals: Getting Started with Cloud Storage and Cloud SQL Reviews

501021 reviews

JALOLOV A. · Reviewed 2 days ago

It turned out apache2 was not installed at all. After SSH I had to install apache2 myself. Restart was possible using systemctl instead service command. Seems that automation script failed for some reason.

Marcin B. · Reviewed 2 days ago

the startup script for the GCE instance fails because it tries to send a command to the apache server before it's finished installing.

Billy H. · Reviewed 2 days ago

SACHIN P. · Reviewed 2 days ago

Prakash A. · Reviewed 2 days ago

Replace #!/bin/bash apt-get install apache2 php php-mysql -y service apache2 restart with #!/bin/bash apt-get update apt-get install apache2 php php-mysql -y service apache2 restart

Zawar Y. · Reviewed 2 days ago

K M. · Reviewed 2 days ago

Eugene S. · Reviewed 2 days ago

Sri sabrish r. · Reviewed 2 days ago

Chris O. · Reviewed 2 days ago

following instructions but the public ip adress is not avilable

Shubham J. · Reviewed 2 days ago

Apoorva P. · Reviewed 2 days ago

JALOLOV A. · Reviewed 2 days ago

Xinyi N. · Reviewed 2 days ago

Andrés M. · Reviewed 2 days ago

Daryl T. · Reviewed 2 days ago

SHUVAM NEUPANE S. · Reviewed 2 days ago

Audry W. · Reviewed 2 days ago

Lula Jonathan M. · Reviewed 2 days ago

startup script for VM seemed to not execute. had to manually run the startup script anyways to install the prerequisite packages.

Travis I. · Reviewed 2 days ago

Claire C. · Reviewed 2 days ago

JOHAN SEBASTIAN G. · Reviewed 2 days ago

Ayush A. · Reviewed 2 days ago

Mathys K. · Reviewed 2 days ago

Juan P. · Reviewed 2 days ago

We do not ensure the published reviews originate from consumers who have purchased or used the products. Reviews are not verified by Google.