Skip to content

Installation

John Charles Woods edited this page Nov 25, 2025 · 2 revisions

Installation

As of now, the installer is work in progress, so here is how to manually install it:

  1. Copy the file default-config.php and rename the copy to config.php
  2. Run composer install to fill the vendor folder with dependencies needed
  3. Run maintenance/encrypt_db_password.php to encode the database password
  4. Run maintenance/init_db.php to initialize the database
  5. Point the Apache2 vhost phpizza.localhost to the folder you cloned PHPizza into.
  6. Click here to visit your website before publishing it

Main pages

Clone this wiki locally