首页 > 其他 > 详细

重启部署在阿里云上的huginn

时间:2018-10-28 17:21:39      阅读:467      评论:0      收藏:0      [点我收藏+]

背景,因为重新编译安装了gcc,不知怎么服务器上的huginn就停了,


因为之前是安装在docker上的,服务器重启之后需要:
1、启动docker
service docker start
执行到最后不是服务开始,而是类似这样:
The dependency tzinfo-data (>= 0) will be unused by any of the platforms Bundler is installing for. Bundler is installing for ruby but the dependency is only for x86-mingw32, x86-mswin32, x64-mingw32, java. To add those platforms to the bundle, run `bundle lock --add-platform x86-mingw32 x86-mswin32 x64-mingw32 java`.
注意此时进程并没有停止,等待它下载文件解决一些依赖问题,等一会儿它会自动下载一些文件,
之后就启动了,
2、命令启动huginn就行了,启动之后会看到一些监控开始跑了,命令不会自动结束,
docker run -it -p 3000:3000 cantino/huginn

参考链接:https://dj9399.github.io/post/%E9%83%A8%E7%BD%B2Huginn/

重启部署在阿里云上的huginn

原文:https://www.cnblogs.com/1394htw/p/9866165.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!