Google Cloud Platform

[VM] apache web server 설치

nockdoo 2020. 4. 22. 01:56

$sudo apt-get updatesudo 

$apt-get install apache2 -y

$echo '<!doctype html><html><body><h1>Hello World!</h1></body></html>' | sudo tee /var/www/html/index.html

 

'Google Cloud Platform' 카테고리의 다른 글

[Storage] gsutil  (0) 2020.05.10
See details about the CPUs  (0) 2020.05.03
[VM] Verify the number of processors  (0) 2020.05.03
[VM] See details about the RAM installed on your VM  (0) 2020.05.03
firewall 설정  (0) 2020.04.22