mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:27 +01:00
Updated Running own apps in standard Docker installation (markdown)
parent
cb2bff0a30
commit
b1f5a0274f
@ -26,7 +26,9 @@ If you want to test EGroupware 21.1 with PHP 8.1 or run the next EGroupware vers
|
||||
|
||||
While EGroupware's next version packages will force the deinstallation of the old egroupware-epl-* packages, you can or even have to do that for testing with PHP 8.1 yourself for now:
|
||||
```
|
||||
apt|yum|zypper remove egroupware-epl-*
|
||||
apt|yum|zypper remove egroupware-epl-\* # <-- you need the backslash before the asterisk!
|
||||
cd /usr/share/egroupware
|
||||
rm -rf phpgwapi etemplate sitemgr phpbrain wiki
|
||||
```
|
||||
Then you manually have to clone the apps you want or need (no need to do that for all of them!):
|
||||
* Wiki
|
||||
|
Loading…
Reference in New Issue
Block a user