You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/upgrading.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,8 @@ It has a folder `lib/vendor` in it so you don't need to install composer thing y
26
26
1. In your browser, enter `https://example.com/upgrade.php` to update the database directly.
27
27
4. Log out from LHC.
28
28
5.[Download the most recent LHC version](http://livehelperchat.com/article/static/5) Overwrite `doc`,`ezcomponents`,`lib`,`modules`,`pos`,`translations`,`design` folders. Also, overwrite `index.php` and `cron.php` files with the new version.
29
+
1.https://github.com/remdex/livehelperchat/archive/master.zip - latest master branch zip without composer denpendencies
30
+
2.https://github.com/LiveHelperChat/livehelperchat/releases - latest release with composer dependencies.
29
31
6. Overwrite `composer.json` and `composer.lock` files and run `composer install` or `composer update` command.
30
32
7. Disable [cache in settings.ini.php](debug.md#disabling-cache)
31
33
8. Log in to LHC again and go to `"System configuration" -> "Clear Cache" and click Clear Cache`
0 commit comments