Skip to content

Install as a Windows service

Hacklone edited this page Sep 4, 2014 · 2 revisions

Install private-bower as a Windows service

Using qckwinsvc

Install node.js

http://nodejs.org/

Install private-bower

npm install -g private-bower

Install qckwinsvc

npm install -g qckwinsvc

Set up service

> qckwinsvc
prompt: Service name: PrivateBowerServer
prompt: Service description: Private Bower server
prompt: Node script path: <Path to your npm folder>/private-bower/bin/private-bower
Service installed

And you're ready to go

Clone this wiki locally