install-node-on-ubuntu

0.0.2 • Public • Published

install-node-on-ubuntu

NPM

Installs Node.js on Ubuntu over SSH

Uses the Chris Lea PPA

Tested w/ Ubuntu 13.04 x64, should work with other modern Ubuntus

CLI usage

npm install install-node-on-ubuntu -g
install-node-on-ubuntu max@coolsite.com

assumptions:

you have your keys setup correctly so that passwordless login works with the SSH user + server passed in

JS usage

var installScript = require('install-node-on-ubuntu')

installScript is a string containing the shell commands to install node, newline separated. Execute it somewhere!

Readme

Keywords

none

Package Sidebar

Install

npm i install-node-on-ubuntu

Weekly Downloads

1

Version

0.0.2

License

BSD

Last publish

Collaborators

  • maxogden