summaryrefslogtreecommitdiff
path: root/Bastillefile
blob: 79e353669d4b03d13b3a34010ce098bd93389461 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Prerequisites
PKG lighttpd php74 php74-filter php74-openssl
OVERLAY usr
CMD mkdir -p /var/www /var/carpentertutoring 
FSTAB /zroot/carpentertutoring /var/carpentertutoring nullfs ro 0 0

# Install site to web root
CMD fetch -o - http://git.53hor.net/53hornet/carpentertutoring/archive/master.tar.gz | tar --cd /var/www --strip-components 1 --extract --file -
CMD fetch -o - https://github.com/PHPMailer/PHPMailer/archive/master.zip | tar --cd /var/www --extract --file -

# Start server
SYSRC lighttpd_enable=YES
SERVICE lighttpd restart