initial commit

This commit is contained in:
Donald Burr 2015-02-14 21:21:40 -08:00
commit c3b94b7106
91 changed files with 56958 additions and 0 deletions

11
NOTES/NODE Normal file
View file

@ -0,0 +1,11 @@
download from source:
http://nodejs.org/dist/v0.10.34/node-v0.10.34.tar.gz
precompiled binary:
docs: https://gist.github.com/adammw/3245130
DOWNLOAD THIS: https://gist.github.com/raw/3245130/v0.10.24/node-v0.10.24-linux-arm-armv6j-vfp-hard.tar.gz
cd /usr/local
tar xzvf /path/to/binary.tar.gz --strip=1
fix the path:
echo 'export NODE_PATH="'$(npm root -g)'"' >> ~/.bash_profile && . ~/.bash_profile