Docs/docs/deployment.md

12 lines
673 B
Markdown
Raw Permalink Normal View History

2024-05-24 23:26:44 +03:00
# 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](api/installation.md#requirements)/[Telegram](bot_telegram/installation.md#requirements)]
2024-05-26 15:27:12 +03:00
2. Install the API server [[Guide](api/installation.md/#installation-process)]
2024-05-24 23:26:44 +03:00
3. Install the client/bot of your linking [[Telegram](bot_telegram/installation.md)]
4. Fill the API/bot with the data [[API](api/feeding-data.md)/[Telegram](bot_telegram/feeding-data.md)]