updated README to do proper line breaks and include the install script
parent
d49cc78526
commit
a0df126e3e
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue