Monday, September 16, 2013

Setting UP Apache2, MySQL and PHP5 machine on Google Compute Engine

In my case, i am using f1-micro Debian instance.  

First download gcutil

then use this link to install the servers.
https://www.digitalocean.com/community/articles/how-to-install-linux-apache-mysql-php-lamp-stack-on-debian

then create a rule in firewall using gcutil
gcutil addfirewall http2 --description="Incoming http allowed." --allowed="tcp:http"
https://developers.google.com/compute/docs/quickstart

I hope it helped. Feel free to comment...

No comments:

Post a Comment

Feel free to comment. Your comments are considered...