node.js 설치
# yum install npm
# npm --version
# yum install node.js
# node --version
# vi hello.js
console.log("hello world")
# node hello.js
● 만약 yum 으로 설치되지 않는다면
# yum install epel-release
다음과 같은 epel 저장소 추가 후 설치.
'규린이 IT 개발 > 규린이 필살 정리' 카테고리의 다른 글
[Spring] 시큐리티 정리 및 세팅 (0) | 2019.07.19 |
---|---|
[postgresql] 확장 모듈 설치 (0) | 2019.07.05 |
[리눅스] apache - django 연동 (0) | 2019.07.02 |
[리눅스] apache vhost 멀티포트 서비스 (0) | 2019.07.02 |
[리눅스] python 배포 설정 (0) | 2019.07.02 |