-
node.js rpm spec: https://gist.github.com/1091210
-
node.js sorce : http://nodejs.org/dist/
-
npm rpm spec : https://gist.github.com/1113454
-
npm sorce : http://search.npmjs.org/#/npm
After git clone, to check the version is recommended
| This playbook has been removed as it is now very outdated. |
node.js rpm spec: https://gist.github.com/1091210
node.js sorce : http://nodejs.org/dist/
npm rpm spec : https://gist.github.com/1113454
npm sorce : http://search.npmjs.org/#/npm
After git clone, to check the version is recommended
| #!/usr/bin/env python | |
| # -*- coding: utf-8 -*- | |
| import urllib2 | |
| gh_url = 'https://api.github.com' | |
| req = urllib2.Request(gh_url) | |
| password_manager = urllib2.HTTPPasswordMgrWithDefaultRealm() |