Table of Contents |
---|
Git installieren
...
Code Block |
---|
sudo apt install git |
Sourcecode lokal herunterladen
...
GitHub-Account anlegen und OC-Server3 forken: https://github.com/OpencachingDeutschland/oc-server3
...
Code Block |
---|
git pull --rebase upstream development |
PHP installieren
...
In den Ordner usr/bin/ navigieren und PHP installieren:
...