File tree Expand file tree Collapse file tree 2 files changed +37
-19
lines changed Expand file tree Collapse file tree 2 files changed +37
-19
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Business logic core of the application and a REST API that provides access to ot
11
11
12
12
### Prerequisites
13
13
14
- You need a web server with PHP (8.1+ ) and MySQL or MariaDB database.
14
+ You need a web server with PHP (8.2+, 8.3 currently used in development ) and MySQL or MariaDB database.
15
15
16
16
We recommend installing PHP from remi repository:
17
17
@@ -28,7 +28,7 @@ You may list the PHP modules thusly:
28
28
...and select the right module:
29
29
30
30
```
31
- # dnf module enable php:remi-8.1
31
+ # dnf module enable php:remi-8.3
32
32
```
33
33
34
34
If you install core-api as a package, the PHP will be installed as dependencies.
@@ -65,7 +65,7 @@ installation to the end.
65
65
66
66
### Manual Installation
67
67
68
- The web API requires a PHP runtime version at least 8.1 . Which one depends on
68
+ The web API requires a PHP runtime version at least 8.2 . Which one depends on
69
69
actual configuration, there is a choice between _ mod_php_ inside Apache,
70
70
_ php-fpm_ with Apache or Nginx proxy or running it as standalone uWSGI script.
71
71
Also see the required PHP modules in the prerequisites section.
You can’t perform that action at this time.
0 commit comments