atiq575 Posted May 13, 2010 Share Posted May 13, 2010 Hi Everyone! We are working on an php based website and need to create an auto update script like word press or other php scripts out there. Script will reside on customer servers and want them to see some thing like (x) updates(s) available on there admin area, when ever we make changes on our source code here and make it available for update. How do we do that? Is there any open source scirpt that can help us to do this or if we have to write a custom script what are the things that we should focus on? Thanks, Atiq Quote Link to comment Share on other sites More sharing options...
Muddy_Funster Posted May 13, 2010 Share Posted May 13, 2010 Can you give a little more info in the way you are planning the deployment of this? How are the databases going to be set up? What level of access to your database will be available from the client servers? Quote Link to comment Share on other sites More sharing options...
atiq575 Posted May 13, 2010 Author Share Posted May 13, 2010 I am trying to do some thing like discussed here : http://stackoverflow.com/questions/2313537/remote-update-of-multiple-sites-at-once-via-php I have a set of code (files) that will be distributed to other customers, now if I update my code here, I want the customers code to be updated from my code through some script on there server. Please advise Atiq Quote Link to comment Share on other sites More sharing options...
katierosy Posted May 14, 2010 Share Posted May 14, 2010 If you will read on net, what wordpress does is , using your FTP information it change the permission of the folder and gives public write access till the script runs for copying the requisite files to the clients's folders or just replacing the contents on it. When ending up it must be changing the permission again as it was before like read and execute only. If you do not get a ready made script, you may have to write a script of your own. Hope this will help. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.