AllWhomstWander/DEVELOPING.md
2024-05-06 09:15:18 -04:00

303 B

Setting Up A Dev Server

Note: this documentation is heavily in flux during the initial development phase of the project.

Starting with a fresh install of Debian 12 on a virtual machine or SBC:

  1. apt install nginx
  2. apt install php-fpm
  3. apt install sqlite3 php-sqlite3