summaryrefslogtreecommitdiff
path: root/Bastillefile
diff options
context:
space:
mode:
Diffstat (limited to 'Bastillefile')
-rw-r--r--Bastillefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/Bastillefile b/Bastillefile
new file mode 100644
index 0000000..527641a
--- /dev/null
+++ b/Bastillefile
@@ -0,0 +1,12 @@
+# Simple cgit instance for my web site
+
+# Prerequisites
+PKG lighttpd cgit
+OVERLAY usr
+CMD mkdir -p /var/git
+FSTAB /zroot/git /var/git nullfs ro 0 0
+
+# Start server
+SYSRC lighttpd_enable=YES
+SERVICE lighttpd restart
+