Re: Enable development via Docker

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: Richard Yen <richyen3(at)gmail(dot)com>
Cc: PostgreSQL WWW <pgsql-www(at)lists(dot)postgresql(dot)org>
Subject: Re: Enable development via Docker
Date: 2020-02-23 14:27:36
Message-ID: CABUevEwRuLibrYVYT_MOhdFOp_w43bPwTeeGU359gq=98dcW1w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-www

On Sat, Feb 22, 2020 at 10:02 PM Richard Yen <richyen3(at)gmail(dot)com> wrote:
>
> Hi,
>
> After briefly discussing with J. Katz on Slack, I just thought I'd share a few Docker-related files to make it easier to spin up development environments for the website. Hope this might prove to be useful.

First of all, I like this idea -- anything making dev easier is a
strong win here!

Your second file is named "load varnish", but does not contain
anything about varnish at all -- did you forget something there?

To be properly productive I think we need to figure out a way to load
some more data into the system though. In particular, we need at least
some news, events and *releases* on the frontpage to make it relevant
at all. And probably at least one batch of documentation..

Not entirely sure about how to source that data though, we probably
don't want to stick it in as fixtures since it's data that changes.
Perhaps have a cronjob somewhere on the production system that dumps
out a "useful dump" once a week or so and have the scripts somehow
download (and cache) that?

//Magnus

In response to

Responses

Browse pgsql-www by date

  From Date Subject
Next Message Richard Yen 2020-02-24 00:02:21 Re: Enable development via Docker
Previous Message Justin Pryzby 2020-02-23 11:00:28 Re: postgres feature matrix