Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 411 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 411 Bytes

nodejs-setup-script

Download, setup and configure nodejs automatically.
usage: sh node_setup.sh $NODE_VERSION
e.g.: sh node_setup.sh 0.8.2
The script will download tar of nodejs to '/home/download', and setup it to '/home/app'. If the directories isn't existed, it will create them. After setup, the executable 'node' will be added to PATH, and NODE_PATH is also configured.