This repository has been 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
.htaccess
file and any customizations made to it - Delete the
application/vendor
folder 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
.htaccess
file and restore any customization you made to theRewriteBase
directive and any other changes.
- Delete the
application/vendor
folder 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/vendor
folder and the old dependency versions. - Restore your original
.htaccess
file
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.