12 lines
303 B
Markdown
12 lines
303 B
Markdown
|
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
|
||
|
|