-
Notifications
You must be signed in to change notification settings - Fork 0
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
Botpress #55
Labels
related-chatops
Relacionado a Chatbots / Chatops
Comments
Exemplo de como rodar usando apenas docker local. Isso talvez possa servir de base para ver os comandos equivalentes no Tsuru #59 # @see https://hub.docker.com/r/botpress/server
#
# Documentação indica usar 'botpress/server:latest'
# porem essa imagem não existe. Vamos marcar explicitamente
# 'botpress/server:v11_9_1' que é uma recente atual
# fititnt at bravo in ~/tmp [0:53:29]
$ docker volume create botpress_data
# fititnt at bravo in ~/tmp [1:09:42]
$ docker run --detach \
--name=botpress \
--publish 3000:3000 \
--volume botpress_data:/botpress/data \
botpress/server:v11_9_1
99ee54d93fa35938f0293fb698a2b70efc0f569893faf82d58dc0719b9e351a6
# fititnt at bravo in ~/tmp [1:09:47]
$ docker logs -f botpress
no port specified, defaulting to port 8000
Listening on http://0.0.0.0:8000
00:09:49.752 Launcher ========================================
Botpress Server
Version 11.9.1
OS linux ubuntu
========================================
00:09:52.605 Launcher Using 9 modules
⦿ MODULES_ROOT/analytics
⦿ MODULES_ROOT/basic-skills
⦿ MODULES_ROOT/builtin
⊝ MODULES_ROOT/channel-messenger (disabled)
⊝ MODULES_ROOT/channel-telegram (disabled)
⦿ MODULES_ROOT/channel-web
⦿ MODULES_ROOT/code-editor
⦿ MODULES_ROOT/extensions
⊝ MODULES_ROOT/hitl (disabled)
⦿ MODULES_ROOT/nlu
⦿ MODULES_ROOT/qna
⦿ MODULES_ROOT/testing
00:09:53.280 Server Loaded 9 modules
00:09:53.374 CMS Loaded 7 content types
00:09:53.623 Server Started in 1015ms
00:09:53.624 Launcher Botpress is ready at http://localhost:3000/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Discussões e commits relacionados ao "Botpress".
Ele nem mesmo foi testado durante do período ativo do fititnt/chatops-wg (vide também EticaAI/chatops-wg-data/issues) porque creio que na época a interface administrativa super amigável para não programadores ainda não estava aberta. Creio que com excesso de frameworks de desenvolvimento de chatbots, a equipe do Botpress resolveu deixar aberta também essa área administrativa mais no final de 2018.
Pelos meus testes preliminares, essa ferramenta pode ser uma alternativa open source e self-hosted de serviços super amigáveis para criação de chatbots, como o chatfuel.com.
The text was updated successfully, but these errors were encountered: