mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-20 17:15:51 +02:00
Add 64-bit recommendation to installation docs
This commit is contained in:
parent
206bcebdb7
commit
cb7be460d7
2 changed files with 6 additions and 0 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue