From c4e1161536e8cf8f509eed7a8887fbb4eef4ff04 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Sun, 21 Jan 2024 18:15:56 +0200 Subject: [PATCH] Updated s390x (markdown) --- s390x.md | 1 + 1 file changed, 1 insertion(+) diff --git a/s390x.md b/s390x.md index 42cf957..0111173 100644 --- a/s390x.md +++ b/s390x.md @@ -24,6 +24,7 @@ - Fullmoon is Lua web framework https://github.com/pkulchenko/fullmoon . Petclinic has fork of Fullmoon, making possible to use SQLite across CGI-like Lua processes of Redbean, like mentioned at Readme https://github.com/xet7/pet - By using Makefile with `make all` or `make start` it makes one executeable. When starting, it creates SQLite database to same directory, adding data, with `srv/.lua/*.sql` - At fork https://github.com/xet7/pet , xet7 added all external `.sql`, Javascript and CSS dependencies directly inside executeable. This can be seen at Makefile, where files from `srv` directory are are added to `.zip` file, that is added to end of `redbean.com` executeable. +- Releases at https://github.com/xet7/pet/releases ### Petclinic Benchmark