Sha256: f6dfa0b2a94ef2516501dc6519fcfe3a4cfa70b38205bf4b4fcfd27faa3fb157
Contents?: true
Size: 523 Bytes
Versions: 1
Compression:
Stored size: 523 Bytes
Contents
Node.js Ubuntu Install Notes: After installing the VM: # install sshd, build tools, ssl libs, and git sudo apt-get -q -y install openssh-server sudo apt-get -q -y install build-essential curl libssl-dev apache2-utils sudo apt-get -q -y install git-core git-svn # download and install node wget http://nodejs.org/dist/node-v0.2.6.tar.gz tar zxvf node-v0.2.6.tar.gz cd node-v0.2.6 ./configure make sudo make install # install npm sudo chown -R app /usr/local/{share/man,bin,lib/node} curl http://npmjs.org/install.sh | sh
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rubber-jcarnegie-0.0.1 | generators/vulcanize/templates/node/INSTALL_NOTES |