On Mon, Sep 1, 2025 at 10:05 AM tison <[email protected]> wrote:

> OT: Is the deployment and operation docs public?
>
> Not sure if I can access the VM so I'd try to play with it locally.
>

Docs for v2 are minimal, and mostly "tribal knowledge". Infra runs an
instance at vote.a.o.

I'm hoping that v3 will be much more turnkey, based on asfquart[1]
providing a lot of basic structure for running a webapp server. I'm also
going to be leaning hard on having an AI write docco for the new system. I
did this recently for a new asfpy module, and it turned out really well.
For developer documentation, it is easy and makes sense. It doesn't have
the "human touch", but that isn't really necessary.

There isn't anything to play with for v3, yet. I'm still sketching out the
skeleton of pages (and future: API endpoints). But the simple answer is to
use v3/server/main.py with a small config.yaml (an example is provided). It
serves some web pages, is all. The v3 voting code is not used (yet)

Cheers,
-g

[1] https://pypi.org/project/asfquart/

Reply via email to