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

Latest commit

 

History

History
16 lines (9 loc) · 462 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 462 Bytes

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.