Re: Enable development via Docker - Mailing list pgsql-www

From Magnus Hagander
Subject Re: Enable development via Docker
Date
Msg-id CABUevEwRuLibrYVYT_MOhdFOp_w43bPwTeeGU359gq=98dcW1w@mail.gmail.com
Whole thread Raw
In response to Enable development via Docker  (Richard Yen <richyen3@gmail.com>)
Responses Re: Enable development via Docker  (Richard Yen <richyen3@gmail.com>)
List pgsql-www
On Sat, Feb 22, 2020 at 10:02 PM Richard Yen <richyen3@gmail.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
tospin 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



pgsql-www by date:

Previous
From: Justin Pryzby
Date:
Subject: Re: postgres feature matrix
Next
From: Richard Yen
Date:
Subject: Re: Enable development via Docker