Thanks to @wavded post on http://wavded.tumblr.com/post/475957278/hosting-nodejs-apps-on-centos-5
when I upgrade to v0.5.10 on CentOS in aws ec2
under your node source directory
$ git pull
$ ./configure
$ make
...
Waf: Leaving directory `/home/ec2-user/git/node/out'
'build' finished successfully (31m18.692s)
$ sudo make install
...
Waf: Leaving directory `/home/ec2-user/git/node/out'
'install' finished successfully (0.324s)
and test
$ make test.
No comments:
Post a Comment