From 591c1e7317bb963ab4b9d0a7d8751be709838518 Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 13 Oct 2025 14:03:41 -0400 Subject: [PATCH] add installation guide --- .gitignore | 1 - README.md | 8 +++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index ad3ebee..23d26c1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,5 @@ *~ #* -secrets/ *.secret *.db *.ttf diff --git a/README.md b/README.md index 749084d..8200f5f 100755 --- a/README.md +++ b/README.md @@ -1,3 +1,9 @@ # PHP scripts for a site-sharing website +Live demo: https://eternalwinter.xmpub.org/ Needs php imagemagick & sqlite modules. -Edit `config.php` to customize \ No newline at end of file +## Installation +Make sure the directory is writable by the web server. +Run `./password.sh ` to generate the moderation password's hash. +Put a ttf font in the directory and name it `captchafont.ttf` +Edit `config.php` to customize. +To moderate, visit a url and add `?manage=` to the end of the url