nordnet / cordova-hot-code-push-cli

[DEPRECATED] - This is a command line utility for Cordova Hot Code Push Plugin.

Home Page:https://github.com/nordnet/cordova-hot-code-push-cli/issues/79

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

local nginx instead of the server

IDrinkMoreWater opened this issue · 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 :)