mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-16 10:21:23 +01:00
adding EPL apps
parent
039b5d1b3d
commit
36f0e6e179
@ -4,9 +4,12 @@ You need a clean 19.1 checkout without any uncommited or unpushed changes!
|
||||
```
|
||||
git clone git@github.com:EGroupware/egroupware.git epl-19.1-checkout
|
||||
cd epl-19.1-checkout
|
||||
# install EPL apps
|
||||
git clone git@github.com:EGroupwareGmbH/epl.git stylite
|
||||
for app in esyncpro policy webauthn; do git clone git@github.com:EGroupwareGmbH/$app.git; done
|
||||
./install-cli.php
|
||||
```
|
||||
For an existing checkout you need to run install-cli twice, as first one fails in composer!
|
||||
For an existing checkout **you need to run install-cli twice**, as first one fails in composer!
|
||||
```
|
||||
./install-cli.php
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user