2018-11-04 15:26:23 +01:00
|
|
|
# phpbb_updates
|
|
|
|
|
2022-06-15 13:38:01 +02:00
|
|
|
Shell Script to update phpBB to current version.
|
|
|
|
|
|
|
|
|
|
|
|
Usage:
|
|
|
|
|
2023-05-29 15:07:19 +02:00
|
|
|
Switch into your current phpBB root directory, then
|
2022-06-15 13:38:01 +02:00
|
|
|
|
|
|
|
`git clone https://git.24unix.net/tracer/phpbb_updates.git`
|
|
|
|
|
|
|
|
Or download either:
|
|
|
|
https://git.24unix.net/tracer/phpbb_updates/archive/v0.0.1.zip
|
|
|
|
|
|
|
|
or:
|
|
|
|
https://git.24unix.net/tracer/phpbb_updates/archive/v0.0.1.tar.gz
|
|
|
|
|
|
|
|
and unpack them into the same directory and change into phpbb_updates.
|
|
|
|
|
|
|
|
Then: Install composer (https://getcomposer.org/download/) and run
|
|
|
|
`composer install`
|
|
|
|
|
|
|
|
followed by:
|
2022-08-30 14:20:52 +02:00
|
|
|
`php update.php` or `/update.php`
|
2022-06-15 13:38:01 +02:00
|
|
|
|
|
|
|
If you are using KeyHelp, replace
|
|
|
|
|
|
|
|
`composer install` with `keyhelp-php81 composer install`
|
|
|
|
and
|
|
|
|
`php update.php` with `keyhelp-php81 update.php`
|
|
|
|
|
|
|
|
|
|
|
|
|