① 교재 EC2 인스턴스 작성(1)
sudo yum install git -y
git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.9.0
echo . $HOME/.asdf/asdf.sh >> ~/.bashrc
source ~/.bashrc
asdf plugin add nodejs https://github.com/asdf-vm/asdf-nodejs.git
asdf install nodejs 16.14.0
asdf global nodejs 16.14.0
node -e "console.log('Running Node.js ' + process.version)"
'AWS' 카테고리의 다른 글
[AWS] 교재 EC2 인스턴스 작성 명령어 모음 ② (0) | 2023.12.26 |
---|---|
[AWS] 리눅스 파일 압축 및 해제 (0) | 2023.12.20 |
[AWS] 리다이렉션(redirection) (0) | 2023.12.20 |
[AWS] EC2(Apache)-RDS(MySQL) 워드프레스 구현 (0) | 2023.12.20 |
[AWS] 교재 EC2 인스턴스 작성 (1) (0) | 2023.12.20 |