I'm getting close to releasing a set of changes to my organization that will require many developers to install nodejs, set proxy/https-proxy, and install some required packages. I'd like to automate at least some of this. I'm working on nailing down a shrinkwrapped packages.json file, which they can use to install their packages. However, the proxy and https-proxy properties still need to be set beforehand. Is there any way I can semi-automate this?
Note that the vast majority of the developers will be doing this on Windows, with only a small number on Mac. Would it be possible to simply provide the complete modified distribution, including the already installed required packages? -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
