Skip to content

shinstudio/hubot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hubot stuff

To get ready

# First launch it as daemon
docker-compose up -d

# find hubot container name with
docker ps

# attach to interactive mode of hubot
docker attach hubot_hubot_1

# when you want to detach the tty
ctrl + p, ctrl + q

I made a change or added a new script

Congratulations! You made a change. Great. Do this to restart the bot.

# On hubot shell
mybot reload

That is it!

About

Dockerizing hubot development environment for shell adapter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published