nordnet / cordova-hot-code-push-cli

[DEPRECATED] - This is a command line utility for Cordova Hot Code Push Plugin.
https://github.com/nordnet/cordova-hot-code-push-cli/issues/79
144 stars 139 forks source link

local nginx instead of the server #36

Closed IDrinkMoreWater closed 8 years ago

IDrinkMoreWater commented 8 years ago

Can I use nginx instead of the nodejs server and Amazon servers?

nikDemyankov commented 8 years ago

You can use any server you like. Local server is just for development purpose, and Amazon servers - it's just a feature, nothing more. You are not restricted to them.

You just need to deploy the result of the cordova-hcp build on your server. And correctly configure content-url in config.xml of your application. On how to do this - please, read the docs both on plugin and CLI client.

IDrinkMoreWater commented 8 years ago

Thank you for your quick reply

nikDemyankov commented 8 years ago

Happy to help :)