Host your Website on Oracle Cloud FREE with Nginx Server

preview_player
Показать описание
Host your Website on Oracle Cloud FREE with Nginx Server

Oracle Cloud Always Free Services

Firewall

sudo firewall-cmd --add-service=http --permanent
sudo firewall-cmd --reload

TIMESTAMPS:

00:00 Introduction
00:08 Launch VM instance
00:50 SSH into the instance
01:01 Update OS
01:20 Install nginx and git
01:52 Open port for HTTP
02:06 Add Ingress rules
02:34 Enable and start nginx
02:51 Clone website template
03:32 Live application
Рекомендации по теме
Комментарии
Автор

TIMESTAMPS:

00:00 Introduction
00:08 Launch VM instance
00:50 SSH into the instance
01:01 Update OS
01:20 Install nginx and git
01:52 Open port for HTTP
02:06 Add Ingress rules
02:34 Enable and start nginx
02:51 Clone website template
03:32 Live application

QuickTuts
Автор

you saved my life man, grat tutorial 👍👍👍👍👍👍

meiberk
Автор

Thanks, I was having trouble not knowing I had to add an ingress rule. Thanks a lot

ellyzeul
Автор

dope! would be cool to see more hosting stuff like web sites in a private instance with load balancers or just more oracle cloud stuff in general

comosaycomosah
Автор

Finally somebody who is clear and to the point. Thank you!

_briannw
Автор

Probably the only clear tutorial on how to do this, thanks alot man.

AviatorXD
Автор

got a quick question here, my ssh into the instance. but seems like its not taking the command for some reason.

seanzhu