Some time ago I installed Spotweb on a Banana Pi M1 according the tutorial here on HTPC guides. I have three questions on this setup:
1. How can I update Spotweb to the latest version. Is it as simple as following two steps from the tutorial? This information might be a nice addition to the Banana/Raspberry Pi tutorials..?
Grab the latest Spotweb
Change the owner of Spotweb to be www-data so nginx has access to it
2. On a Dutch forum a developer of Spotweb mentioned that upgrading PHP to version 7 could result in a performance gain of Spotweb. I was wondering if I can update PHP (my version is 5.4.45) according this guide (following the steps related to Nginx off course)? Also this information might be a nice addition to the Banana/Raspberry Pi tutorials..?
3. I'm running mysql for Spotweb and for Kodi. Beside these tables I also have a large ibdate1 file (3170 MB). The Spotweb database is ~400 MB and the size of the Kodi databases is negligible. I assume the large of idbata1 is caused by Spotweb. Can someone give me a lead how I can verify this? I can also start from scratch* if that would be the quickest option?
*: drop all Spotweb/Kodi databases, delete the ibdata1 file via Winscp and recreate the Spotweb/Kodi databases
1. How can I update Spotweb to the latest version. Is it as simple as following two steps from the tutorial? This information might be a nice addition to the Banana/Raspberry Pi tutorials..?
Grab the latest Spotweb
Code:
git clone https://github.com/spotweb/spotweb /var/www/spotweb
Code:
chown -R www-data:www-data /var/www/spotweb
3. I'm running mysql for Spotweb and for Kodi. Beside these tables I also have a large ibdate1 file (3170 MB). The Spotweb database is ~400 MB and the size of the Kodi databases is negligible. I assume the large of idbata1 is caused by Spotweb. Can someone give me a lead how I can verify this? I can also start from scratch* if that would be the quickest option?
*: drop all Spotweb/Kodi databases, delete the ibdata1 file via Winscp and recreate the Spotweb/Kodi databases