This repository was archived by the owner on Sep 28, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
Updating
Elanor edited this page Nov 27, 2020
·
8 revisions
BoNeMEAL uses the MAJOR.MINOR.PATCH versioning system. This site describes how to update between "minor" and "patch" versions.
- Download a backup of your current installation.
Make note especially of your
.htaccessfile and any customizations made to it - Delete the
application/vendorfolder in your existing installation. - Extract the upgrade file, overwriting any files that already exist. This will create a new vendor folder with all the updated dependencies.
- Double check the
.htaccessfile and restore any customization you made to theRewriteBasedirective and any other changes.
- Delete the
application/vendorfolder in the upgraded site folder. - Extract your original backup files into your installation directory, overwriting any files that exist. This will restore the original
application/vendorfolder and the old dependency versions. - Restore your original
.htaccessfile
Simply do a git pull and you are done.
If your app does not work after that check you file permissions.
BoNeMEAL - The ban management web application.