summaryrefslogblamecommitdiff
path: root/Bastillefile
blob: 88c7721e4d8f22e12203416026d39e60ba2fd072 (plain) (tree)
1
2
3
4
5
6
7
8
                                              

             

                                                                                                


                         
# Simple web server for my personal site pages
PKG lighttpd 
OVERLAY usr
CMD fetch -mo /tmp http://192.168.1.50:3000/53hornet/53hor/archive/master.tar.gz
CMD tar -C /var -xzvf /tmp/master.tar.gz --exclude drafts --exclude Makefile --exclude templates
SYSRC lighttpd_enable=YES
SERVICE lighttpd start