한동안 맥에서 서버개발을 진행하다 막상 Amazon Linux에서 작업하려니 yum패키지에 포함되어있지 않은 것을 확인. 소스빌드로 설치하는 수순을 메모
참고자료
http://iconof.com/blog/how-to-install-setup-node-js-on-amazon-aws-ec2-complete-guide/#installNode
수순
cd /usr/local/src
git clone git://github.com/joyent/node.git
git checkout v0.10.33 #현 시점에서 최신 stable release
cd node
./configure
make && make install
#--------
npm install forever -g
npm install sails -g
npm install meteor -g
댓글 없음:
댓글 쓰기