nordnet/cordova-hot-code-push-cli

local nginx instead of the server

IDrinkMoreWater opened this issue · 3 comments

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

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.

Thank you for your quick reply

Happy to help :)