forked from coolaj86/node-installer.sh
Merge branch 'master' of github.com:coolaj86/iojs-install-script
This commit is contained in:
commit
e2974cc962
|
@ -12,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
|
||||
|
@ -20,7 +23,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 +31,8 @@ This is what gets installed:
|
|||
* iojs (including npm and node symlink)
|
||||
* jshint
|
||||
|
||||
**NOTE**: If `fail2ban` is not already securing ssh, you will be asked to install it.
|
||||
|
||||
Screencast
|
||||
==========
|
||||
|
||||
|
|
Loading…
Reference in New Issue