2014-12-27 18:12:13 -07:00
2014-12-21 17:10:33 -07:00
2014-12-21 17:10:33 -07:00
2014-12-21 17:40:38 -07:00
2014-12-27 18:10:25 -07:00
2014-12-21 17:40:38 -07:00

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
Description
A script to install basic development tools for node (git, node, gcc, pkg-config, etc)
Readme 190 KiB
Languages
Shell 100%