From 82ecac4a60136ec3289d3a404c99fa4829fce298 Mon Sep 17 00:00:00 2001 From: Sadeep Madurange Date: Fri, 7 Aug 2026 18:24:36 +0800 Subject: CGI script. --- README.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'README.txt') diff --git a/README.txt b/README.txt index 14d1eb8..9964765 100644 --- a/README.txt +++ b/README.txt @@ -3,6 +3,10 @@ RUN: Run with no logs: GGML_LOG_LEVEL=0 ./lex Run with error logs: GGML_LOG_LEVEL=error ./lex +TEST + +# slowcgi -d -v -s /var/www/run/slowcgi_debug.sock + CHROOT: # Create the jail root @@ -20,3 +24,9 @@ chown -R root:wheel /var/empty/dict_jail chmod 755 /var/empty/dict_jail chmod 644 /var/empty/dict_jail/Qwen2.5-7B-Instruct-Q4_K_M.gguf +SERVER + +Set up chroot. + + 1. Create symlink to slowcgi: $ ln -s /etc/rc.d/slowcgi /etc/rc.d/slowcgi_lex + 2. -- cgit v1.2.3