Docs/docs/deployment.md
profitroll d4e8522687
All checks were successful
Tests / test (3.10) (push) Successful in 11s
Tests / test (3.11) (push) Successful in 9s
Tests / test (3.9) (push) Successful in 9s
Tests / test (3.10) (pull_request) Successful in 9s
Tests / test (3.11) (pull_request) Successful in 8s
Tests / test (3.9) (pull_request) Successful in 9s
Added more info about public instance
2024-05-26 14:27:12 +02:00

673 B

Deployment

Bare minimum installation requires a database and an API. Then you can use any way you like to connect to the API. We provide Telegram bot and raw HTTP for that now, but Discord bot and CLI are planned too.

Here is how the "normal" deployment process looks like:

  1. Install the requirements [API/Telegram]
  2. Install the API server [Guide]
  3. Install the client/bot of your linking [Telegram]
  4. Fill the API/bot with the data [API/Telegram]