Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rocket chat dump #23

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

rocket chat dump #23

wants to merge 2 commits into from

Conversation

ulyanovaktrn
Copy link
Collaborator

@ulyanovaktrn ulyanovaktrn commented Mar 5, 2025

Инструкция:

  • Выполнить команду make chat-compose-up
  • Выполнить команду make load-chat-dump
  • Создать .env и скопировать туда содержимое .env.example
  • Выполнить команду make bot-compose-up
  • Перейти на localhost:3000/home и авторизоваться
  • Появится окружение администратора с созданными каналами, пользователями и сообщениями, в чате general можно вводить команды боту

Makefile Outdated
@@ -10,6 +10,11 @@ bot-compose-down:
chat-compose-up:
docker compose -f chat_infrastructure/docker-compose.yml up -d --build

.PHONY: chat-use-dump
chat-use-dump:
Copy link
Collaborator

@yaQvadrat yaQvadrat Mar 5, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

это лично моя хотелка, но я бы не делал новых команд, начинающихся с chat или bot, потому что когда пишешь chat и дальше жмешь tab, то хочется дописать только up или down, а тут автокомплит начнет тупить. Поэтому мб load-chat-dump или use-chat-dump

@dart-mih dart-mih linked an issue Mar 5, 2025 that may be closed by this pull request
@ulyanovaktrn ulyanovaktrn requested a review from yaQvadrat March 7, 2025 13:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Сделать дамп инстанса чата
5 participants