303 B
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:
- apt install nginx
- apt install php-fpm
- apt install sqlite3 php-sqlite3