iis 7 - Windows Server 2008, IIS7 - hosting private-bower -
its been ten years since worked iis. windows server 2008 new me. now, need install private-bower service on windows server 2008, , i'm not sure if need iis 7 , iisnode
or if there better way.
running private-bower, starts server @ http://localhost:5678/
what best way expose service internal network on windows server 2008?
or in noob terms: how convert http:localhost:5678 run in win server 2008 , iis7?
i can install
node/npm.
using node option, within iis usingiisnode
, iis7 (link below) need to? there easier way in iis?
i'm not sure start configure :5678 port
external service, , how keep running, in remote desktop login.
the links i've been using are:
private-bower: https://www.npmjs.com/package/private-bower
node on iis: http://admin-ahead.com/blog/node-js-installation-windows-2008-r2-server/
iisnode:https://github.com/tjanczuk/iisnode
but need window server 2008 , iis 7, possibly link describing ideal service configuration. thanks.
found example windows server 2012:
the recommended way install private-bower windows service:
https://github.com/hacklone/private-bower/wiki/install%20as%20a%20windows%20service
Comments
Post a Comment