-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement an upgrade process for Engelsystem similar to Wordpress #162
Comments
Research on documentation of wordpress on implementing update procedure. Wordpress is a CMS and it uses it's own CMS framework for pushing the updates to every server. It pushes updates using SVN and got the steps of wordpress installation through SVN here, https://make.wordpress.org/core/handbook/tutorials/installing-wordpress-locally/from-svn/ Wrodpress uses it's own CMS framework to push auto updates. We don't have any such framework to get auto updates. http://code.tutsplus.com/tutorials/a-guide-to-the-wordpress-http-api-automatic-plugin-updates--wp-25181 I'll going through the code of wordpress, https://github.com/WordPress/WordPress , if I am able to review complete code to find the upgrade process. Went through stackoverflow, but the answers that I got, cannot be implemented on our system, as we don't use any framework like Wordpress. Will be posting my queries on stackoverflow and wait for answers. Till then I'll work on how to implement it manually on the system. To get the notification if an update is available. Will research on how to get version numbers from github to a server. |
@DishantK1807 This is related to #163 So, we can define our framework through this model. |
We do not need version numbers. It is possible to make releases though. |
Yes we can do it throught releases. I've got different scripts and methods that we could use to implement upgrade process:
These links will help in understanding the process:
So what we need now is to implement:
|
Researched more online for this issue and checked many other projects to find a solution to this problem and found a solution to it.
|
Fixed here: #220 |
Will write a blog post on it now |
This issue is completed and can be closed. |
Please research and propose the upgrade process similar to that of Wordpress. Then:
The text was updated successfully, but these errors were encountered: