-
Notifications
You must be signed in to change notification settings - Fork 131
Install as a Windows service
Barna Tóth edited this page Jan 26, 2015
·
2 revisions
Using qckwinsvc
npm install -g private-bower
npm install -g qckwinsvc
> 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
- Find privatebower.exe (Usually, this file is under /private-bower/bin/daemon folder.)
- Create a file named privatebower.exe.config from the following xml and save next to privatebower.exe
<configuration>
<startup>
<supportedRuntime version="v2.0.50727" />
<supportedRuntime version="v4.0" />
</startup>
</configuration>
- Run the following command: privatebower.exe install
- Start the service
- Enjoy