A script to install basic development tools for node (git, node, gcc, pkg-config, etc)
Go to file
AJ ONeal 8e378b5c3a lighten the load 2015-01-08 11:17:15 -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 lighten the load 2015-01-08 11:17:15 -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

These are not installed, but you may wish to use them if you're doing front-end work as well

  • bower
  • uglifyjs
  • yo
  • jade
  • less