Google Cloud
WordPress
Domain+SSL
https://www.namecheap.com
https://docs.bitnami.com/aws/how-to/understand-bncert
wget -O bncert-linux-x64.run https://downloads.bitnami.com/files/bncert/latest/bncert-linux-x64.run
sudo mkdir /opt/bitnami/bncert
sudo mv bncert-linux-x64.run /opt/bitnami/bncert/
sudo chmod +x /opt/bitnami/bncert/bncert-linux-x64.run
sudo ln -s /opt/bitnami/bncert/bncert-linux-x64.run /opt/bitnami/bncert-tool
sudo /opt/bitnami/bncert-tool
WordPress
Free SSL
Free Business Email
Domain + Hosting
https://console.cloud.google.com/marketplace/product/bitnami-launchpad/wordpress?project=solar-study-281505
https://www.cloudflare.com
https://myaccount.google.com/
app password
SMTP Server: smtp.gmail.com
Port: 465
Username:yourgmailusername
Google Cloud + Filezilla
💡 TOPICS IN THIS VIDEO 💡
• 1 – FileZilla download then run this app
• https://filezilla-project.org/download.php?platform=osx
• 2 – open Terminal copy | paste | enter
• 3 – cd desktop
• 4 – ssh-keygen
• 5 – my-key
• 6 – 2 times enter
• 7 – open google cloud https://console.cloud.google.com/compute
• 8 – click your project | click instance
• 9 – edit
• 10 – Add SSH Key | Save “You can find from your desktop my-key.pub file click right and open text edit” | remember the ssh name
• 11 – Find External Ip
• 12 – Open FileZilla
• 13 – click the button in the upper corner
• 14 – add new site | sftp protocol | user name | key file “find in the desktop my-key”
• 15 – connect your web site
• 16- Permission for write find your folder example “theme or plugin” copy this directory path
• sudo chmod 777 /your directory path change this
• Ready!