updated README to do proper line breaks and include the install script

main
fuzzykitten 2025-04-11 13:48:56 -04:00
parent d49cc78526
commit a0df126e3e
1 changed files with 2 additions and 0 deletions

View File

@ -213,11 +213,13 @@ The same for securing your server and making sure it doesn't blab.
### Update your system and install needed components:
``` apt update && apt upgrade -y```
``` apt install -y php php-json php-mbstring php-sqlite3 php-fpm nginx```
### Make directories:
``` mkdir -p /srv/endboard/mob /etc/opt/endboard```
``` mkdir -p /var/opt/endboard /opt/endboard```
### Distribute files to webroot (from directory of the endboard archive):