diff options
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 + |