Is your feature request related to a problem? Please describe.
A regular SD card supports approx. 100,000 write cycles. Depending on the usage, SD card will die from few weeks to few months.
Describe the solution you'd like
Tutorial should guide users through setting up web and machinery on a read-only filesystem.
That means:
it should be described how to create ram-drives,
Laravel should be configured not to log or log only in the specified ram drive,
Cache and storage directories should be symlinked or reconfigured
System should be able to run without SWAP partition (memory consumption has to be optimised).
Nginx and PHP-FPM should also not log at all or log only in the ram.
Read-only filesystem is already supported by KIOS, so it should not be too difficult to make it also work with Raspbian or Docker setups.
Is your feature request related to a problem? Please describe. A regular SD card supports approx. 100,000 write cycles. Depending on the usage, SD card will die from few weeks to few months.
Describe the solution you'd like Tutorial should guide users through setting up web and machinery on a read-only filesystem. That means:
Read-only filesystem is already supported by KIOS, so it should not be too difficult to make it also work with Raspbian or Docker setups.