auto updating software on cloud.
Posted
by iamgopal
on Stack Overflow
See other posts from Stack Overflow
or by iamgopal
Published on 2010-06-18T09:14:35Z
Indexed on
2010/06/18
11:33 UTC
Read the original article
Hit count: 332
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 ?
© Stack Overflow or respective owner