Hi folks.
I’m planning to install Nextcloud on a shared host and wanted to do a dry run on my Raspberry Pi, model B version 3, with the latest version of Raspbian.
I’ve installed mariaDB, apache, mod_php and a bunch of php modules. When I surf to the setup-nextcloud.php
page it loads fine. Clicking Next gives a message saying that the PHP modules GD and curl are missing. I tried to install them like so:
pi@raspberrypi:/var/www/html $ sudo apt-get install php5-curl php5-gd Reading package lists... Done Building dependency tree Reading state information... Done php5-curl is already the newest version. php5-gd is already the newest version. 0 upgraded, 0 newly installed, 0 to remove and 22 not upgraded.
There are no other issues flagged, so hopefully I’m pretty close.
TIA!
Jhanarato