Server Database Application Administrator Finished

Before we start

Checking this server can run the platform. Anything marked in red has to be fixed first — the rest are worth knowing about but will not stop you.

PHP

PHP 8.2.0 or newer
Running PHP 8.2.31.

Extensions

pdo_mysql
Talking to the database.
mbstring
Handling non-English text correctly.
json
Almost everything.
openssl
HTTPS requests to Google and payment providers.
curl
Calling external APIs.
sodium
Encrypting Google tokens and API keys at rest.
gd
Re-encoding uploaded images safely.
fileinfo
Checking what an uploaded file really is.
intl (optional)
Better date and number formatting for non-English locales.
zip (optional)
Downloading update packages automatically.
!
opcache (optional)
Noticeably faster page loads.
Not required — the platform works without it.

Permissions

config/
Writable.
storage/
Writable.
storage/logs/
Writable.
storage/cache/
Writable.
storage/sessions/
Writable.
storage/uploads/
Writable.
storage/reports/
Writable.
storage/invoices/
Writable.

Settings

File uploads
upload_max_filesize is 200MB, post_max_size is 800MB.
Memory limit
memory_limit is 128MB.
HTTPS
This page was served over HTTPS.