I’m trying to install eGroupware in a shared hosting, in which I don’t have access to the server itself, only FTP and web access via web console. When I run the installation, I see there’s one check that fails
No dependencies are installed: you need to run “cd /XYZ.abc/home/public_html/groups” AND either “./install-cli.php install” OR “composer install”!
When I open the install-cli.php, it expects me to run it in bash, which is not an option. Is there another option to install the prerequisites for my specific scenario?
thanks