diff options
author | Daniel Weipert <git@mail.dweipert.de> | 2024-01-02 20:42:01 +0100 |
---|---|---|
committer | Daniel Weipert <git@mail.dweipert.de> | 2024-01-05 12:33:59 +0100 |
commit | b21316248572cb27ed1f504529ad6680a473022e (patch) | |
tree | f8a2f81258cae3b1d2429fb7df5a3287954b683a /Readme.md | |
parent | f621d95f89ded05a2e916c5ee363bfe75ea37482 (diff) |
gemini
Diffstat (limited to 'Readme.md')
-rw-r--r-- | Readme.md | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -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 +``` |