GNU bug report logs - #68680
[PATCH mumi 0/3] Add a button to copy a message Message-ID to the clipboard.

Previous Next

Package: mumi;

Reported by: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>

Date: Wed, 24 Jan 2024 02:17:02 UTC

Severity: normal

Tags: patch

Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


Message #23 received at 68680 <at> debbugs.gnu.org (full text, mbox):

From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
To: 68680 <at> debbugs.gnu.org
Cc: rekado <at> elephly.net, arunisaac <at> systemreboot.net,
 Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
Subject: [PATCH mumi v2 1/3] README.org: Add new sections to help newcomers
 get started.
Date: Thu, 25 Jan 2024 12:00:13 -0500
* README.org (Running a local instance of mumi): New section.
(Disabling browser caching): Likewise.
---

(no changes since v1)

 README.org | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/README.org b/README.org
index fd1d77b..d092de7 100644
--- a/README.org
+++ b/README.org
@@ -11,3 +11,27 @@ run
 #+BEGIN_SRC shell
   $ guix shell -D mumi
 #+END_SRC
+
+** Running a local instance of mumi
+
+First copy some test mail data to be indexed:
+
+#+begin_src shell
+  $ cp -a tests/data data
+#+end_src
+
+Then, to have these emails indexed, run:
+
+#+begin_src shell
+  $ ./pre-inst-env mumi fetch
+#+end_src
+
+You should now be able to visit http://0.0.0.0:1234 in your browser
+and see your local mumi instance running.
+
+** Disabling browser caching
+
+If you modify the CSS or JavaScript source files, you'll want to make
+sure your browser doesn't keep cached copies.  This can be done by
+changing a preference in the development tools menus, which is called
+something like "Disable cache (while DevTools is active)".
-- 
2.41.0





This bug report was last modified 1 year and 120 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.