Skip to content

V7 overhaul#149

Open
bidi47 wants to merge 6 commits into
mainfrom
v7-overhaul
Open

V7 overhaul#149
bidi47 wants to merge 6 commits into
mainfrom
v7-overhaul

Conversation

@bidi47
Copy link
Copy Markdown
Member

@bidi47 bidi47 commented May 15, 2026

No description provided.

Comment thread docs/book/v7/core-features/authentication.md Outdated
composer install
```

The automatic setup script performs these tasks:
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

which one is the "setup script " ?

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

composer install or update is the "setup script"
others are commands or scripts which execute

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

added details

Comment thread docs/book/v7/installation/configuration-files.md Outdated
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:
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

each page can have a summary at the beginning, to explain what we are doing there

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

added for each installation page


## Setup database

Create a new **MariaDB**/**PostgreSQL** database and set its collation to `utf8mb4_general_ci`.
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

check if the collation is correct for both mariadb and postgres > 16

Comment thread docs/book/v7/introduction/server-requirements.md Outdated
Comment thread docs/book/v7/introduction/server-requirements.md Outdated
Comment thread docs/book/v7/introduction/server-requirements.md Outdated
### 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
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FPM and FastCGI are different stuff

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.


- PostgreSQL 13 and above
- PostgreSQL 14 (current stable)
- PostgreSQL 15 (latest)
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add 16 , 17, 18
14 is not current stable, is 18

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

might be easier to leave just 13 and above. or we will need to keep updating the page manually

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants