diff options
author | Adam T. Carpenter <atc@53hor.net> | 2022-03-27 13:48:43 -0400 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2022-03-27 13:48:43 -0400 |
commit | 658d6a0e0dfd6f72eb1dd36338574916d968fd02 (patch) | |
tree | 320289fc03392d958982727211f9a0f7526692d5 /Bastillefile | |
download | theuniversityedge-658d6a0e0dfd6f72eb1dd36338574916d968fd02.tar.xz theuniversityedge-658d6a0e0dfd6f72eb1dd36338574916d968fd02.zip |
init
Diffstat (limited to 'Bastillefile')
-rw-r--r-- | Bastillefile | 13 |
1 files changed, 13 insertions, 0 deletions
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 + |