I installed hubot rocket chat adapter. it works well. I want to use pm2 to start it forever. so i created a pm2.json file under my hubot directory myhubot as the following:
I installed pm2 and pm2 works well. then i did sudo pm2 start pm2.json. pm2 does started an app named myhubot based on command line. But when i went to rocket.chat, hubot is not logged in. Is there anything wrong? Is port 8079 right? can the port be any number from 3001-8080?
I installed hubot rocket chat adapter. it works well. I want to use pm2 to start it forever. so i created a
pm2.json
file under my hubot directorymyhubot
as the following:I installed pm2 and pm2 works well. then i did
sudo pm2 start pm2.json
. pm2 does started an app namedmyhubot
based on command line. But when i went to rocket.chat, hubot is not logged in. Is there anything wrong? Is port 8079 right? can the port be any number from 3001-8080?