关于linux服务器中的node.js. [英] about node.js in linux server

查看:86
本文介绍了关于linux服务器中的node.js.的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,



任何人都知道node.js http://nodejs.org / [ ^ ]?



请帮我完成我的任务:

+将它安装在linux服务器上

+在其中写入写代理以从其他服务器获取数据



我该怎么办?



谢谢!

解决方案

第一部分很简单,只需使用下载源代码:



 wget http://nodejs.org/dist/v0。 6.18 / node-v0.6.18.tar.gz 





使用以下内容提取存档:



 tar -xzf node-v0.6.18.tar.gz 





然后输入目录源代码被提取并运行的地方:



 ./ configure 
make
sudo make install





我不明白你对第二个问题的意思。

Hi All,

anyone knows about node.js http://nodejs.org/[^] ?

please help me to finish my task :
+ intall it in linux server
+ write write proxy in it to get data from other server

how can i do ?

thank !

解决方案

Part one is easy, just download the source code using:

wget http://nodejs.org/dist/v0.6.18/node-v0.6.18.tar.gz



Extract the archive using:

tar -xzf node-v0.6.18.tar.gz



Then enter the directory where the source code was extracted to and run:

./configure
make
sudo make install



I don't understand what you mean with your second question.


这篇关于关于linux服务器中的node.js.的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆