云端自动更新软件
我知道 wordpress、joomla、drupal 等(大多数 php_mysql 堆栈)可以自动检测软件本身或/和插件的更新,并请求用户许可更新或自动更新。
如何在云计算等谷歌应用引擎上做类似的事情?
我正在创建一个针对非计算机人员的开源软件。谁无法克隆我的代码并轻松更新他们的应用程序。
有什么更简单的方法可以做到这一点?
I know wordpress,joomla,drupal etc ( most of php_mysql stack ) can auto detect update in software itself or/and plugin and either ask for user permission to update or auto update it.
How to do similar thing on google app engine like cloud computing ?
I am creating an open source software which is targeted towards non-computer people. who can not clone my code and update their application easily.
what is the easier way to do this ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
虽然应用程序在技术上可以重新部署自身,但实现此功能会很困难,并且也可能违反服务条款。
如果您希望非技术用户使用您的应用程序,最好的选择是将其作为软件即服务应用程序提供 - 例如,用户付费访问并支持多租户的单个实例 - 并且自己更新吧。
While it's technically possible for an app to re-deploy itself, implementing this functionality would be difficult, and may be contrary to the Terms of Service, too.
If you want non-technical users to use your app, your best option is to provide it as a Software-as-a-Service app - eg, a single instance that users pay for access to, and which supports multi-tenancy - and update it yourself.