I created a new Centos 7.6 VPS in DigitalOcean, which comes with Apache pre-installed. I installed wget, nano, letscencrypt and its dependencies, and then ran this script from the /var/www/html directory:
wget http://patch.codelathe.com/tonidocloud/live/installer/filecloud-liu.sh && bash filecloud-liu.sh
I had to deselect the option to install FileCloud’s standalone Apache server, and then the install script did all its work. This results in nothing in /var/www/html other than the filecloud-liu.sh script. I expected all of FileCloud’s html/css and php files to be put in place.
Is the ONLY way to install FileCloud Server to start from an instance of linux WITHOUT apache pre-installed? Or is there a way for me to install FileCloud’s html/css and php files on a system that already has apache?