Skip to main content

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!