xentral-docker
xentral-docker copied to clipboard
Docker image for Xentral ERP (WaWision)
nginx follows the directive `root /var/www/html/www`, whereas the installer.php lies outside of that location. Is there a way to call the installer script that I am missing?
See nginx config: https://update.xentral.biz/apidoc/docs211.html#webserver_konfiguration Issue: https://xentral.community/fragen-zur-programmierungen-5/restapi-nach-22-3-update-1968
Hi, if we want to start the backup, an error message appears: "Erforderliches ZIP-Modul" fehlt auf dem Server fehlt". Is it just the zip software that is missing in the...
Hi Can you describe the setup with caprover? I already installed a mysql db (auto deploy in caprover) and the xentral app installed also correctly (via webhook installation mode in...
With the latest Xentral version PHP 7.2 is required. You can update PHP inside the docker container with: Enter docker container: docker exec -ti xentral_xentral_1 /bin/bash Execute: ``` sed -i...