
Contact Forms for WordPress on Google Cloud
Kim Majali wrote on
20/07/2019
To set up contact forms for WordPress on Google Cloud, There are 4 important steps to follow. Please note that we assume that you already have a WordPress website installed on Google Cloud, if not, please read this

Hosting a Static Website Google Cloud
Kim Majali wrote on
13/02/2019
This tutorial describes how to configure a Cloud Storage bucket to host a static website for a domain you own. Static web pages can contain client-side technologies such as HTML, CSS, and JavaScript. They cannot contain dynamic content such as server-side scripts like PHP. For more information on static web pages, such as examples and tips, see the Static Website page.
Read more
WordPress Website with Google Cloud Platform
Kim Majali wrote on
06/02/2019
1. Create a new project
-
- Go to Console
- Add new project
- Give a name then click create

Setting up SSL for Google Cloud Storage Static Website
Kim Majali wrote on
30/01/2019
Using GCS directly via CNAME redirects only allows HTTP traffic.
3 ways to solve this:
Read more
Making Data Public – Google Cloud
Kim Majali wrote on
16/01/2019
To make all file public in Google Cloud it's best to use this domain.
Use this command better:
gsutil acl ch -r -u AllUsers: R gs://bucket -name
|