Talk:Nextcloud: Difference between revisions

From Alpine Linux
No edit summary
Line 6: Line 6:
Is there a reason why php5-fpm is recommended instead of php7-fpm?
Is there a reason why php5-fpm is recommended instead of php7-fpm?
Php5 isn't supported by many applications anymore and will soon become deprecated.
Php5 isn't supported by many applications anymore and will soon become deprecated.
==Discussion of deletion==
Guest09248: This wiki page may be useful to quite a few people but it probably belongs in the Nextcloud documentation instead
alpineuser: The guide is alpine specific, it seems pertinent to me... It's also maintained according to the history. I see no reason why it would be deleted. Application install guides are relevant to alpine.

Revision as of 03:49, 7 December 2021

There are a few missing steps that turn into warnings in the UI

  • enabling APCu or another cache
 (set in a apcu.ini AND config.php)

Is there a reason why php5-fpm is recommended instead of php7-fpm? Php5 isn't supported by many applications anymore and will soon become deprecated.