php - Deploy updates for code igniter web application -
i have web application written on code igniter , ready release. i'm looking ways "automatic" updates clients.
now there going versions of application on users choose update , when it.
i'm curious on how update files user. used before using framework used make zip file of new-edited files store on ftp , on user side when updated unziped file , replace ones on side.
for database schema , other updates intend keep file required queries , run during update.
should go way or there other can implement on code igniter? more straight forward road?
also i'm still figuring out part user have update version 1.0.0 1.0.3 (2 or 3 versions apart) , requirements on files side on database also.
thank you
if willing put under version control git, can use phploy push latest change server through ftp. check out on github: https://github.com/banago/phploy
disclaimer: i've written phploy
Comments
Post a Comment