Hosting React Application on AWS EC2

Опубликовано: 13 Ноябрь 2024
на канале: ZYRON
23
0

0:00 Introduction
1:50 Key Pair Setup
4:12 Login to Instance Using WinSCP
6:00 Executing Commands
13:05 Change Mode (chmod)
14:59 Inbound Rules Configuration
16:02 HTTP, HTTPS, and SSL Certificate Setup
22:08 Login with WinSCP (again)

COMMMANDS
sudo su
sudo apt-get update
sudo apt-get install curl

Install nvm
curl o https://raw.githubusercontent.com/nvm... | bash

Load nvm
source ~/.bashrc




Install the latest Node.js version
nvm install node

#check installation
node -v
npm -v


sudo apt install nginx -y
nginx -v


#mode to main dir
cd /
ls
cd var
cd www
cd html


npm create-react-app demo
ls
chmod 777 -R demo/(change mode read,write,execute world writtable)

also set inbound rule for 3000

then copy files to demo from local(except node modules)
npm i
chmod 777 -R *
npm i pm2 -g
pm2 start npm -- start





Dont click:    / @zyron75  

wordpress Resources
https://github.com/akshaychemy/WORDPR...


Смотрите видео Hosting React Application on AWS EC2 онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь ZYRON 13 Ноябрь 2024, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 23 раз и оно понравилось 0 людям.