A script to install basic development tools for node (git, node, gcc, pkg-config, etc)
Go to file
AJ ONeal 0241dcf75b lighten the load 2015-01-08 11:16:03 -07:00
.gitignore Initial commit 2014-12-21 17:10:33 -07:00
LICENSE Initial commit 2014-12-21 17:10:33 -07:00
README.md update docs 2014-12-21 17:40:38 -07:00
setup-mavericks.bash Update setup-mavericks.bash 2014-12-27 18:12:13 -07:00
setup-ubuntu.bash added missing '[' 2015-01-02 12:30:47 -07:00
setup.bash lighten the load 2015-01-08 11:16:03 -07:00

README.md

node-install-script

A script to install basic development tools for node (git, node, gcc, etc)

Works for any recent version of Ubuntu or OS X.

curl -fsSL bit.ly/easy-install-node | bash


# For older version of ubuntu
wget -nv bit.ly/easy-install-node -O - | bash

This is what gets installed:

  • fail2ban (not necessary for development, but should be on every server)
  • rsync
  • curl
  • wget
  • git
  • xcode / brew / build-essential / gcc
  • node
  • jshint
  • bower
  • uglifyjs
  • yo
  • jade
  • less