What are best practices for self-updating PHP+MySQL applications?

前端 未结 7 1576
后悔当初
后悔当初 2020-12-23 21:01

It is pretty standard practice now for desktop applications to be self-updating. On the Mac, every non-Apple program that uses Sparkle in my book is an instant win. For Wind

7条回答
  •  执念已碎
    2020-12-23 21:50

    I'd suggest that you package your application with pear and set up a channel. Your users can then upgrade the application through a standard interface (pear). It's not entirely automatic (unless the users have some kind of automation running on top of pear), but it's standard, so any sysadmin can maintain it.

提交回复
热议问题