blob: 577e992374af611c2a80b17e83629c6d19a570e7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Prerequisites
PKG lighttpd php80 php80-filter php80-openssl php80-session phpmailer6
OVERLAY usr
CMD mkdir -p /var/www /var/carpentertutoring
# Mounts
FSTAB /zroot/carpentertutoring/config /var/carpentertutoring nullfs ro 0 0
FSTAB /zroot/carpentertutoring/htdocs /var/www nullfs ro 0 0
# Start server
SYSRC lighttpd_enable=YES
SERVICE lighttpd restart
|