From 658d6a0e0dfd6f72eb1dd36338574916d968fd02 Mon Sep 17 00:00:00 2001 From: "Adam T. Carpenter" Date: Sun, 27 Mar 2022 13:48:43 -0400 Subject: init --- Bastillefile | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Bastillefile (limited to 'Bastillefile') diff --git a/Bastillefile b/Bastillefile new file mode 100644 index 0000000..ab00790 --- /dev/null +++ b/Bastillefile @@ -0,0 +1,13 @@ +# Prerequisites +PKG lighttpd php80 php80-filter php80-openssl phpmailer6 +OVERLAY usr +CMD mkdir -p /var/www /var/theuniversityedge + +# Mounts +FSTAB /zroot/theuniversityedge/config /var/theuniversityedge nullfs ro 0 0 +FSTAB /zroot/theuniversityedge/htdocs /var/www nullfs ro 0 0 + +# Start server +SYSRC lighttpd_enable=YES +SERVICE lighttpd restart + -- cgit v1.2.3