summaryrefslogtreecommitdiff
path: root/Bastillefile
blob: 7a30a6cf6e14e4e39250070feabdd93053abfb6d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
CMD mkdir -p /var/www  && echo Created /var/www
PKG lighttpd rust gmake
OVERLAY usr
CMD CARGO_HOME=/tmp cargo install --root /usr/local cobalt-bin 
CMD fetch -o /tmp http://192.168.1.50:3000/53hornet/carpentertutoring/archive/master.tar.gz 
CMD tar -xzvf /tmp/master.tar.gz -C /tmp
CMD cd /tmp/carpentertutoring ; cobalt build --destination /var/www
SYSRC lighttpd_enable=YES
SERVICE lighttpd start