Skip to content

Installation

John Woods edited this page Jan 19, 2026 · 3 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
  7. If installation was successful, don't forget to:
  • Star the project
  • Share the repo link

Main pages

Clone this wiki locally