From b21316248572cb27ed1f504529ad6680a473022e Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Tue, 2 Jan 2024 20:42:01 +0100 Subject: gemini --- Readme.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'Readme.md') diff --git a/Readme.md b/Readme.md index 415be1a..f6016ae 100644 --- a/Readme.md +++ b/Readme.md @@ -3,3 +3,19 @@ https://openmoji.org https://game-icons.net https://lospec.com/palette-list/poisson-23 + + +## Development + +http +``` +docker compose up +``` + +gemini +``` +docker compose up # = DB + +openssl req -x509 -newkey rsa:4096 -keyout key.rsa -out cert.pem -days 3650 -nodes -subj "/CN=localhost" +find $(pwd) -type f -name '*.php' -o -name '*.twig' | GEMINI_HOSTNAME=localhost DB_HOST=localhost entr -r php public/index.php +``` -- cgit v1.2.3