| From: | Magnus Hagander <magnus(at)hagander(dot)net> |
|---|---|
| To: | Paul A Jungwirth <pj(at)illuminatedcomputing(dot)com> |
| Cc: | Christoph Berg <cb(at)df7cb(dot)de>, pgsql-www(at)postgresql(dot)org |
| Subject: | Re: Fill page when printing archived threads |
| Date: | 2026-02-12 12:05:02 |
| Message-ID: | CABUevExFUaz0htSuq3HaKxt-Ci7kTmVNHxQRvsP0Ys-+ZEh+Fw@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-www |
On Wed, 11 Feb 2026 at 23:32, Paul A Jungwirth <pj(at)illuminatedcomputing(dot)com>
wrote:
> On Fri, Jan 23, 2026 at 2:17 AM Christoph Berg <cb(at)df7cb(dot)de> wrote:
> >
> > Re: Paul A Jungwirth
> > > I haven't tested with a locally-running copy of the site. Are there
> > > instructions anywhere on setting that up? I'm comfortable with Django,
> > > but I would still need a database, possibly a settings file, etc.
> >
> > docs/dev_install.rst is pretty good.
>
> Thanks! My change is actually for the pgarchive repository, but I
> think you're talking about the instructions for pgweb.
>
> I did get pgweb running locally though. (It required some surprising
> changes to requirements.txt, which I'll submit separately.) When I
> click on the left nav's "Mailing Lists" link it goes to
> http://localhost:8000/list/ which is a 404. So I guess postgresql.org
> must be tying these together behind a reverse proxy. I still haven't
> found any instructions for getting pgarchive running locally, but I'll
> experiment a bit.
>
That's correct, the /list/ namespace is proxied.
The whole handling of templates between them is a mess (one has to remember
to manually copy the base template between two different repos when
changed), and we should really find a better way to handle that. But that
is how it is now.
FWIW, locally I just run pgarchive on a different listener and ignore that
the link in the menu doesn't work and have a bookmark that point directly
to it.b
--
Magnus Hagander
Me: https://www.hagander.net/ <http://www.hagander.net/>
Work: https://www.redpill-linpro.com/ <http://www.redpill-linpro.com/>
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Paul A Jungwirth | 2026-02-12 16:11:16 | Re: Fill page when printing archived threads |
| Previous Message | Magnus Hagander | 2026-02-12 12:02:46 | Re: Upgrade some pgweb python dependencies |