V7 overhaul#149
Conversation
Signed-off-by: bidi <bidi@apidemia.com>
Signed-off-by: bidi <bidi@apidemia.com>
Signed-off-by: bidi <bidi@apidemia.com>
Signed-off-by: bidi <bidi@apidemia.com>
Signed-off-by: bidi <bidi@apidemia.com>
| composer install | ||
| ``` | ||
|
|
||
| The automatic setup script performs these tasks: |
There was a problem hiding this comment.
which one is the "setup script " ?
There was a problem hiding this comment.
composer install or update is the "setup script"
others are commands or scripts which execute
| This step saves the database connection credentials in an API configuration file. | ||
| We do not cover the creation steps of the database itself. | ||
|
|
||
| In this step you will: |
There was a problem hiding this comment.
each page can have a summary at the beginning, to explain what we are doing there
There was a problem hiding this comment.
added for each installation page
|
|
||
| ## Setup database | ||
|
|
||
| Create a new **MariaDB**/**PostgreSQL** database and set its collation to `utf8mb4_general_ci`. |
There was a problem hiding this comment.
check if the collation is correct for both mariadb and postgres > 16
| ### Supported PHP Configurations | ||
|
|
||
| - mod_php (Apache module) - Simpler setup, good for shared hosting | ||
| - FPM (FastCGI Process Manager) - Recommended for production, better performance and security isolation |
There was a problem hiding this comment.
FPM and FastCGI are different stuff
There was a problem hiding this comment.
then i'm confused - https://www.php.net/manual/en/install.fpm.php
|
|
||
| - PostgreSQL 13 and above | ||
| - PostgreSQL 14 (current stable) | ||
| - PostgreSQL 15 (latest) |
There was a problem hiding this comment.
add 16 , 17, 18
14 is not current stable, is 18
There was a problem hiding this comment.
might be easier to leave just 13 and above. or we will need to keep updating the page manually
Signed-off-by: bidi <bidi@apidemia.com>
No description provided.