https://github.com/nicolargo/nodeautoinstall
NodeJS and NPM auto installation script for Debian Stable
https://github.com/nicolargo/nodeautoinstall
Last synced: 2 months ago
JSON representation
NodeJS and NPM auto installation script for Debian Stable
- Host: GitHub
- URL: https://github.com/nicolargo/nodeautoinstall
- Owner: nicolargo
- Created: 2012-09-26T09:47:52.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-09-22T14:06:36.000Z (about 12 years ago)
- Last Synced: 2025-06-06T10:42:15.568Z (7 months ago)
- Language: Python
- Size: 122 KB
- Stars: 6
- Watchers: 4
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
====================================================
NodeJS and NPM installation script for Debian Stable
====================================================
## Description
NodeJS and NPM are only available in Debian Sid.
Here is a simple Python script for:
* Download and install the latest [NodeJS](https://github.com/joyent/node) version
* Download and install [NPM](https://github.com/isaacs/npm)
That's all folks !
### How to process ?
In a console/terminal of you Debian distribution, enter the following commands:
$ cd /tmp
$ git clone git://github.com/nicolargo/nodeautoinstall.git
$ cd nodeautoinstall
or
$ wget https://raw.github.com/nicolargo/nodeautoinstall/master/nodeautoinstall.py
$ sudo python ./nodeautoinstall.py
### Result
