From 7a903d26e61c3e20ca4b0a67ac856dac2a285f1e Mon Sep 17 00:00:00 2001 From: "Adam T. Carpenter" Date: Fri, 29 Jan 2021 17:05:13 -0500 Subject: added config for glassy ladies, updated Bastillefile --- Bastillefile | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'Bastillefile') diff --git a/Bastillefile b/Bastillefile index e69de29..dc70c99 100644 --- a/Bastillefile +++ b/Bastillefile @@ -0,0 +1,25 @@ +# Dirs and mounts +CMD mkdir -p /var/db/gl && echo Created /var/db/gl +FSTAB /zroot/gl /var/db/gl nullfs rw 0 0 + +# Prereqs +PKG nginx yarn rust + +# Download sources +CMD curl -kf http://192.168.1.50:3000/53hornet/theglassyladies/archive/master.tar.gz -o /tmp/master.tar.gz +CMD tar -xzvf /tmp/master.tar.gz -C /tmp + +# Build backend +CMD cd /tmp/dichroism +CMD CARGO_HOME=/tmp cargo install --path . + +# Build frontend +CMD cd /tmp/iridescence +CMD yarn build +CMD mv dist /var/www + +# Config +OVERLAY usr +SYSRC nginx_enable=YES +SERVICE nginx start + -- cgit v1.2.3