[Mailman-Users] Mailman3 installation and the Hyperkitty url

2022-05-18 Thread Kimmo L.
Hello!

I just installed a fresh Mailman3 together with Postorius and Hyperkitty by 
using this guide - 
https://gitlab.com/mailman/mailman-suite-doc/blob/master/source/install/virtualenv.rst
Not sure, if this guide is up to date and contains the latest information, but 
at the moment everything seems to work.
Please let me know if I should follow any other instruction instead.

My second concern/question is about Hyperkitty and how to change the default 
url.
At the moment default archive url is for example http://mymailman/archives/ 
,but am i able to change it somehow ? For example http:/mymailman/hyperkitty/

Br,
Kimmo
--
Mailman-Users mailing list -- mailman-users@python.org
To unsubscribe send an email to mailman-users-le...@python.org
https://mail.python.org/mailman3/lists/mailman-users.python.org/
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: https://www.mail-archive.com/mailman-users@python.org/
https://mail.python.org/archives/list/mailman-users@python.org/


[Mailman-Users] Re: Mailman3 installation and the Hyperkitty url

2022-05-18 Thread Mark Sapiro

On 5/18/22 05:04, Kimmo L. wrote:

Hello!

I just installed a fresh Mailman3 together with Postorius and Hyperkitty by 
using this guide - 
https://gitlab.com/mailman/mailman-suite-doc/blob/master/source/install/virtualenv.rst
Not sure, if this guide is up to date and contains the latest information, but 
at the moment everything seems to work.
Please let me know if I should follow any other instruction instead.



That is the source for 
https://docs.mailman3.org/en/latest/install/virtualenv.html which is if 
nothing else, more nicely formatted.


And yes, that guide is up to date as best as we can maintain it. There 
may be issues with it which should be reported so we can fix them.




My second concern/question is about Hyperkitty and how to change the default 
url.
At the moment default archive url is for example http://mymailman/archives/ 
,but am i able to change it somehow ? For example http:/mymailman/hyperkitty/



If you followed that guide, your top level Django urls.py should be at 
/etc/mailman3/urls.py and should have contents like 
https://gitlab.com/mailman/mailman-web/-/blob/master/mailman_web/urls.py. You 
can edit /etc/mailman3/urls.py and at line 30, replace `archives` with 
`hyperkitty` to access HyperKitty at http:/mymailman/hyperkitty/, or you 
could just add

```
url(r'^hyperkitty/', include('hyperkitty.urls')),
```
to make both work.

--
Mark Sapiro The highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense - B. Dylan
--
Mailman-Users mailing list -- mailman-users@python.org
To unsubscribe send an email to mailman-users-le...@python.org
https://mail.python.org/mailman3/lists/mailman-users.python.org/
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: https://www.mail-archive.com/mailman-users@python.org/
   https://mail.python.org/archives/list/mailman-users@python.org/