Git Product home page Git Product logo

iojs-install-script's Introduction

Automated io.js installers for OS X and Ubuntu

A script to install basic development tools for io.js - the new node.js - git, iojs, gcc, pkg-config, etc

Pick one:

Screencast

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

TL;DR

If you kinda know what you're doing already:

io.js + dev tools

echo "Current io.js version is $(curl -fsSL https://iojs.org/dist/index.tab | head -2 | tail -1 | cut -f 1)"
curl -fsSL bit.ly/iojs-dev -o /tmp/iojs-dev.sh; bash /tmp/iojs-dev.sh

io.js only (no git, gcc, etc)

# To install a specific version rather than defaulting to latest
echo "v1.8.1" > /tmp/IOJS_VER

# io.js without development dependencies
curl -fsSL bit.ly/iojs-min | bash

# Ubuntu without curl
wget -nv bit.ly/iojs-min -O - | bash

Apple OS X

First you need to Install XCode Command Line Tools

xcode-select --install

Then you need to Accept the XCode License by running any command installed by Xcode with sudo. We'll use git.

sudo git --version

You can scroll to the bottom by hitting shift+G (capital G).

Type agree and hit enter to accept the license.

Now you can install io.js (the new node.js)

curl -fsSL bit.ly/iojs-dev -o /tmp/iojs-dev.sh; bash /tmp/iojs-dev.sh

TODO: Make it easier to accepting the license (automatic?)

Ubuntu Linux

wget -nv bit.ly/iojs-dev -O /tmp/iojs-dev.sh; bash /tmp/iojs-dev.sh

Other things you should know

NOTE: If you have node installed, this script will rename it so that it isn't overwritten by the iojs installer.

This is what gets installed:

  • rsync
  • curl
  • wget
  • git
  • xcode / brew / build-essential / pkg-config / gcc
  • iojs (including npm and node symlink)
  • jshint

NOTE: If fail2ban is not already securing ssh, you will be asked to install it.

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

iojs-install-script's People

Watchers

James Cloos avatar Antonios Karamitros avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.