node-installer.sh/README.md

31 líneas
525 B
Markdown
Original Vista normal Histórico

2014-12-22 00:10:33 +00:00
node-install-script
===================
A script to install basic development tools for node (git, node, gcc, etc)
2014-12-22 00:36:52 +00:00
Works for any recent version of Ubuntu or OS X.
```bash
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
2014-12-22 00:40:38 +00:00
* xcode / brew / build-essential / gcc
2014-12-22 00:36:52 +00:00
* node
* jshint
* bower
* uglifyjs
* yo
* jade
* less