-
-
Notifications
You must be signed in to change notification settings - Fork 0
Quick start
phpRS edited this page Sep 21, 2026
·
1 revision
Five minutes from ZIP to a running magazine. The full guide with every screen of the installer is in Installation.
- PHP 8.4 or newer with
pdo_mysql,mbstringandgd - MySQL 8 or MariaDB 10.6+ and one empty database
- Apache or LiteSpeed (the
.htaccessrules are in the package) – or nginx with your own rules, see Running on nginx
Recommended: zip and sodium (one-click updates), openssl (Web Push, passkeys), curl, intl, exif, zlib, ftp. Ordinary shared hosting is enough – no command line, Composer or Node.js. Details: Hosting requirements.
- Download
phprs-X.Y.Z.zipfrom Releases. - Upload the contents of the archive to the site folder – including the hidden
.htaccessfiles. - Open the site in a browser. The installer starts by itself and checks the server.
- Enter the database details, the site name and the administrator account, choose the language, time zone and template. Optionally load the sample magazine (Czech, English or German) – you can delete it later with one click.
- Log in and follow First steps on the dashboard. The installer deletes itself when it finishes.
- switch on HTTPS and two-factor sign-in (Account and sign-in),
- set up mail over SMTP (Mail),
- set up the cron address (Background jobs),
- add off-server backups (Backups and restore).
Settings → System status shows what is still missing. See also First steps.
php -S localhost:8080 system/dev-router.phpTests and the release process: Tests and releases.
Project