A script to install basic development tools for node (git, node, gcc, pkg-config, etc)
Go to file
AJ ONeal fa7b6a9725 update docs 2014-12-21 17:40:38 -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 added scripts 2014-12-21 17:16:06 -07:00
setup-ubuntu.bash added scripts 2014-12-21 17:16:06 -07:00
setup.bash update docs 2014-12-21 17:40:38 -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