summaryrefslogtreecommitdiff
path: root/Bastillefile
blob: 642ea8d29929365b22e79e8cfa76f77af82a00f6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# Simple web server for my personal site pages
PKG lighttpd 
OVERLAY usr
OVERLAY var
CMD fetch -o /tmp https://git.53hor.net/53hornet/53hor/archive/master.tar.gz
CMD tar -C /var -xvf /tmp/master.tar.gz --exclude drafts --exclude Makefile --exclude templates 
CMD mv /tmp/master.tar.gz /tmp/master.tar.gz.bak
SYSRC lighttpd_enable=YES
SERVICE lighttpd start