Changes between Version 2 and Version 3 of HowToMakeAutomaticUpgradeScriptForModule
- Timestamp:
- Jul 8, 2013, 11:18:18 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HowToMakeAutomaticUpgradeScriptForModule
v2 v3 1 1 == How to make automatic upgrade script for module == 2 2 3 There is a prepared zip package with the simplest update for Dolphin 7 module [h ere]. Download it, unpack and upload to the '''modules/me/bloggie/updates/''' folder. '''bloggie''' folder is the root folder of Bloggie module which was described [http://www.boonex.com/trac/dolphin/wiki/DolphinTutorialMyFirstModule here], '''updates''' folder is a folder for all updates for Bloggie module, if it doesn't exist then you need to create it.[[BR]]3 There is a prepared zip package with the simplest update for Dolphin 7 module [http://www.boonex.com/trac/dolphin/attachment/wiki/HowToMakeAutomaticUpgradeScriptForModule/update_100_110.zip here]. Download it, unpack and upload to the '''modules/me/bloggie/updates/''' folder. '''bloggie''' folder is the root folder of Bloggie module which was described [http://www.boonex.com/trac/dolphin/wiki/DolphinTutorialMyFirstModule here], '''updates''' folder is a folder for all updates for Bloggie module, if it doesn't exist then you need to create it.[[BR]] 4 4 5 5 The zip package contains '''update_100_110''' folder. It is up to you how to name the folder but it is a good practice to include "version from" and "version to" into the folder name, it is just more clear. Lets describe each file in the update. This is almost the minimal set of files for the module's update:[[BR]]