Hello, how are you ? I’m opening this topic because I have a little problem.
Since the beginning, I have changed the script updates by hand but it takes me too much time. I know there is a way to change only what needs to be changed but I don’t know how… I wanted to know if anyone had a good tutorial for me ?
I spent a while on the forum to get an answer and it only confirmed what I already knew, that I had to go through gitub. The problem is that my server is not LocalHost and to be honest, I can’t understand the logic. Does anyone have a tutorial or think they can explain it to me ?
Sorry if this question seems stupid and if the post is not on the right categorie
which script updates do you mean that you develop locally and then want to upload them to the server?
Or purchased scripts on the Keymaster?
Unfortunately, it is currently not possible to officially automate updates from the Keymaster. The owner could possibly implement an auto-update system, but you cannot influence that. This must come from the actual developer.
If you want to update your own scripts and synchronize/deploy them to the server faster, you can use GitHub as already mentioned.
What is meant by this is Git, because Git is a versioning system, GitHub is one of several Git hosting platforms. For more you have to deal with it, the topic is complex and requires time and work. But it is definitely doable
The idea behind it is simply you update and sync it with the remote repository (GitHub etc.). Your changes are now in the cloud and all you have to do from the server is “pull” (git pull).
Thank you very much for answering my question ! You’re just confirming what I already knew.
Looking forward to KeyMaster doing something about this ahah !
Simply put the first code on the left and compare with the new one on the right. I don’t know if this will help other people who have the same questions as me !
Thank you very much again for your response,
I will try to set up something with git from my DEV server with my ONLINE server !