Add 64-bit recommendation to installation docs

This commit is contained in:
Jan Böhmer 2024-03-09 00:13:40 +01:00
parent 206bcebdb7
commit cb7be460d7
2 changed files with 6 additions and 0 deletions

View file

@ -16,6 +16,9 @@ where docker is available (especially recommended for Windows and macOS).
> network.
> If you want to expose Part-DB to the internet, you have to configure a reverse proxy with an SSL certificate!
It is recommended to install Part-DB on a 64-bit system, as the 32-bit version of PHP is affected by the
[Year 2038 problem](https://en.wikipedia.org/wiki/Year_2038_problem) and can not handle dates after 2038 correctly.
## Docker-compose
Docker-compose configures the needed images and automatically creates the needed containers and volumes.

View file

@ -18,6 +18,9 @@ installation.
> network.
> If you want to expose Part-DB to the internet, you HAVE to configure an SSL connection!
It is recommended to install Part-DB on a 64-bit system, as the 32-bit version of PHP is affected by the
[Year 2038 problem](https://en.wikipedia.org/wiki/Year_2038_problem) and can not handle dates after 2038 correctly.
## Installation with SQLite database
### Install prerequisites