Cài đặt Nodejs trên Windows instance

Cài đặt Nodejs trên Microsoft Windows Server 2022 instance

  1. Để hỗ trợ chạy ứng dụng chúng ta cài đặt Git

    • Chọn Download

create vpc for linux instance

  1. Hoàn thành cài đặt Git

create vpc for linux instance

  1. Kiểm tra cài đặt Git thành công
git version

create vpc for linux instance

  1. Ngoài ra, chúng ta cần tải IDE, trong bài lab này sử dụng Visual Studio Code

create vpc for linux instance

create vpc for linux instance

  1. Thực hiện cài đặt Nodejs trên Windows instance.
  • Chọn Windows Installer

create vpc for linux instance

  1. Hoàn thành cài đặt Nodejs trên Windows instance.

create vpc for linux instance

  1. Kiểm tra Nodejs cài đặt thành công
node -v
npm -v

create vpc for linux instance

  1. Tạo thư mục AWSManagement để chứa repository code

create vpc for linux instance

  1. Sử dụng lệnh git init để khởi tạo một local repo. Sau đó sử dụng git clone để clone repository code
git init
git clone https://github.com/First-Cloud-Journey/000004-EC2.git

create vpc for linux instance

  1. Di chuyển đến thư mục 000004-EC2
cd 000004-EC2

create vpc for linux instance