A script to install basic development tools for node (git, node, gcc, pkg-config, etc)
Go to file
AJ ONeal e013693961 refactor 2015-01-15 15:41:04 -07:00
.gitignore Initial commit 2015-01-14 02:33:38 -07:00
LICENSE Initial commit 2015-01-14 02:33:38 -07:00
README.md node.js -> io.js, node -> iojs 2015-01-14 02:43:38 -07:00
setup-deps-mavericks.bash refactor 2015-01-15 15:41:04 -07:00
setup-deps-ubuntu.bash refactor 2015-01-15 15:41:04 -07:00
setup-iojs-mavericks.bash refactor 2015-01-15 15:41:04 -07:00
setup-iojs-ubuntu.bash refactor 2015-01-15 15:41:04 -07:00
setup.bash refactor 2015-01-15 15:41:04 -07:00

README.md

iojs-install-script

A script to install basic development tools for iojs (git, iojs, gcc, pkg-config, etc)

Works for any recent version of Ubuntu or OS X.

# Specify the version of iojs to install
echo "v1.0.1" > /tmp/IOJS_VER

# And install away!
curl -fsSL bit.ly/install-iojs | bash

For older versions of Ubuntu:

wget -nv bit.ly/install-iojs -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 / pkg-config / gcc
  • iojs (including npm and node symlink)
  • jshint

Screencast

How to Setup a VPS for io.js Development - (3:06 installing io.js)

Front-End Extras

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