You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Installation in any form takes a long time on weak hardware like a Raspberry Pi. Specifically, installing using the arm32v7 docker file took over an hour on my Pi 3b+ running Nextcloud. Of this total installation time, building languages took around 16 -18 minutes per language, followed by another approximately 4 minutes initializing each language.
Describe the solution you'd like
Seeing as users will likely use only one or two languages, allow users to select languages to install (or provide different installation scripts for each language) when installing.
The text was updated successfully, but these errors were encountered:
The latest commit should add this feature.
Usage: npm run create-release -- --languages=fr,ro to build & zip the release from source (potentially on a strong computer and then transfer release to the server) npm run build-prod-- --languages=fr,ro to build it from source
Is your feature request related to a problem? Please describe.
Installation in any form takes a long time on weak hardware like a Raspberry Pi. Specifically, installing using the arm32v7 docker file took over an hour on my Pi 3b+ running Nextcloud. Of this total installation time, building languages took around 16 -18 minutes per language, followed by another approximately 4 minutes initializing each language.
Describe the solution you'd like
Seeing as users will likely use only one or two languages, allow users to select languages to install (or provide different installation scripts for each language) when installing.
The text was updated successfully, but these errors were encountered: