node-installer.sh/README.md

42 рядки
864 B
Markdown

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
2015-01-08 18:27:16 +00:00
* xcode / brew / build-essential / pkg-config / gcc
2014-12-22 00:36:52 +00:00
* node
* jshint
2015-01-08 18:17:15 +00:00
2015-01-08 18:23:34 +00:00
Screencast
==========
2015-01-08 18:24:46 +00:00
[How to Setup a VPS for Node.js Development](https://www.youtube.com/watch?v=ypjzi1axH2A) - [(3:06 installing node](https://www.youtube.com/watch?v=ypjzi1axH2A#t=186))
2015-01-08 18:23:34 +00:00
Front-End Extras
================
2015-01-08 18:17:15 +00:00
These are **not installed**, but you may wish to use them if you're doing front-end work as well
2014-12-22 00:36:52 +00:00
* bower
* uglifyjs
* yo
* jade
* less