12 lines
651 B
Markdown
12 lines
651 B
Markdown
# 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)]
|
|
2. Install the API server [[Guide](api/installation.md)]
|
|
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)]
|