From ee45e9d885e94c0e173d3f9f358e9c9d99ca99e6 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Thu, 15 Jan 2015 15:57:43 -0700 Subject: [PATCH 1/3] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e764c53..fd47550 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,6 @@ 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 @@ -29,6 +28,8 @@ This is what gets installed: * iojs (including npm and node symlink) * jshint +If `fail2ban` is not already securing ssh, you will be asked to install it. + Screencast ========== From 6bb1b6a612da8e9049b1e7dc6862934e88ac70b6 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Thu, 15 Jan 2015 15:59:12 -0700 Subject: [PATCH 2/3] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fd47550..dcedcd6 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ A script to install basic development tools for iojs (git, iojs, gcc, pkg-config Works for any recent version of Ubuntu or OS X. +**NOTE**: If you have node installed, this script will rename it so that it isn't overwritten by the iojs installer. + ```bash # Specify the version of iojs to install echo "v1.0.1" > /tmp/IOJS_VER @@ -28,7 +30,7 @@ This is what gets installed: * iojs (including npm and node symlink) * jshint -If `fail2ban` is not already securing ssh, you will be asked to install it. +**NOTE**: If `fail2ban` is not already securing ssh, you will be asked to install it. Screencast ========== From 158d114aebabd8998dc9d0284acf2f667ed6ba2f Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Thu, 15 Jan 2015 15:59:32 -0700 Subject: [PATCH 3/3] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dcedcd6..be014fd 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,6 @@ A script to install basic development tools for iojs (git, iojs, gcc, pkg-config Works for any recent version of Ubuntu or OS X. -**NOTE**: If you have node installed, this script will rename it so that it isn't overwritten by the iojs installer. - ```bash # Specify the version of iojs to install echo "v1.0.1" > /tmp/IOJS_VER @@ -14,6 +12,9 @@ echo "v1.0.1" > /tmp/IOJS_VER curl -fsSL bit.ly/install-iojs | bash ``` +**NOTE**: If you have node installed, this script will rename it so that it isn't overwritten by the iojs installer. + + **For older versions of Ubuntu**: ```bash