I have installed the wordpress on google cloud platform through wizard provided by google itself.
I want to edit the files but Where is the source code - installed wordpress (solution provided by Google Click To Deploy)
I found already same question is pending
ssh into your app https://cloud.google.com/compute/docs/instances/connecting-to-instance
in terminal... cd .. (will go to $home) cd .. (will go to root page) cd var /www/html
all the files can be found at "/var/www/html"
There are multiple ways to edit your WordPress files.
Click on your VM instance SSH button, Then type
To view the aviable files use ls -la command eg,
If you need help you can check it out this two blog posts:
WordPress on Google Cloud: The Definitive Guide
WordPress Multisite on Google Cloud: A to Z Installation Guide