# HG changeset patch # User Arne Babenhauserheide # Date 1704753287 -3600 # Mon Jan 08 23:34:47 2024 +0100 # Node ID 72b39b82a6b405b9a3b283cca075621c739cd8a6 # Parent fc41ef0b0d78033b7bfb3e44d9f15bcfdd3840a1 mastodon PR diff --git a/HOWTO.org b/HOWTO.org --- a/HOWTO.org +++ b/HOWTO.org @@ -369,21 +369,7 @@ * Usage in Mastodon -** Setup a local mastodon node - -To setup postgres on Guix, add to services: - -#+begin_src guix - (service postgresql-service-type - (postgresql-configuration - (postgresql postgresql) - (extension-packages (list postgis)))) -#+end_src - -#+begin_src bash -sudo useradd -m mastodon - -#+end_src +For a rough first shot to get a Mastodon backed by wispwot, see https://github.com/ArneBab/mastodon/pull/1/files # Local Variables: # org-confirm-babel-evaluate: nil