Skip to content
This repository has been archived by the owner on Jan 31, 2023. It is now read-only.

sagemath/sage-patchbot

Repository files navigation

PATCHBOT

The patchbot only needs a Sage source install (clone of git repository) and is started with

`python3 -m sage_patchbot.patchbot --sage-root=XXX [other options]`

Type --help for a list of options, though most configuration is done via an optional JSON config file.

For more documentation on running a patchbot, see this page.

SERVER

The server needs a Python with Flask and mongodb installed.