Ok I have just tried an install of nextcloud on a F96-CE_4 using XAMPP which should also work on Bionicpup64.
It seems to be working well. XAMPP is an okay solution and quick to set up.
I like to install mysql, php and use the Hiawatha server.
The basic step I did was first was download a version for a local machine server from here -> https://download.nextcloud.com/server/releases/
I picked latest-28.tar.bz2
which I extracted with UExtract
.
Then copied the directory nextcloud to the either to the XAMPP web server set up or to /var/www/hiawatha
if using the Hiawatha web server.
Here I set the permissions for the web server:
Code: Select all
chown -R daemon:daemon /opt/lampp/htdocs
or:
Code: Select all
chown -R www-data:www-data /var/www/hiawatha
I used phpmyadmin that is installed to create a database that is populated during the first setup of http://localhost/nextcloud.
.
You could possibly import a SQL file data dump from the other nextcloud to this database and have the integration almost complete. It would be a matter of making sure you have the plugins and customization's you made if any included in the new installation.
First of all though you will need a working Hiawatha, MySQL, PHP7.4+ web server. I think in Bionicpup64 PHP7.2 is in the repo.