sudo apt-get install git libssl-dev运行
cd ~
mkdir TermKitProj
cd TermKitProj
git clone https://github.com/joyent/node.git
cd node
./configure
make
sudo make install
cd ..
git clone http://github.com/isaacs/npm.git
cd npm
sudo make install
cd ..
git clone https://github.com/Floby/TermKit.git –recursive
cd TermKit/
npm install
node Node/nodekit.js最后在 Chromium/Chrome 中打开 http://localhost:2222 就可以使用了。
No comments:
Post a Comment