Monday, May 4, 2020

Laravel Deploy in GCloud




Today, I successfully deploy my simple Laravel on Google Cloud platform. I thought on first I would fail doing this kind of stuff but now, my app is running in the web :) I got $300 free credit trial on this and my app only costs around $5 per month, approximately my website will last long for 5 years.

I will soon apply a tutorial on how I done it. But for now Ill share my Compute engine details for this app:



Machine type
f1-micro (1 vCPU, 0.6 GB memory)

OS
Ubuntu 18.04

Size
20 GB

Google cloud also provide a static IP, by this your app is visible in the world wide web (www).
I am connecting using SSH via Gcloud command. Gcloud command is easy to install and use.


Note that this is not a tutorial, but just a quick experience on how I install my Laravel application in Google cloud platform.

No comments:

Post a Comment