教你如何一分钟轻松搭建即时通讯工具服务器

市面上的开源即时通讯工具很多,但是真正好的其实没几个,在这里推荐 Rocket.Chat,完全开源并且支持各种端,mac,苹果手机,IPad,android,windows 等都支持。
网上虽然有各种安装教程,但是都存在这样那样的坑,本人就是按官方教程加网上的各种图文教程在 2019 年 12 月的时候花了至少 3 天才搞定,没那么容易轻松搞定的。
现在本人整理了一套一键安装脚本,支持 CentOS7.6 和 Ubuntu 二种系统,如果你网络速度快的话,安装非常快!

我 qq:844322544,群号:341277616,欢迎交流。

总结一下我在安装过程中经常会遇到以下问题:
======================
出错日志:
7 silly fetchPackageMetaData error for inherits@latest request to https://registry.npm.taobao.org/inherits failed, reason: unable to verify the first certificate
8 silly fetchPackageMetaData error for n@latest request to https://registry.npm.taobao.org/n failed, reason: unable to verify the first certificate
==================
sudo npm install -g inherits n && sudo n 8.11.4
我现在卡在这条命令上,下载非常慢,又不动了
===================
npm config set registry https://registry.npm.taobao.org/
sudo npm install -g inherits n && sudo n 8.11.4
=======================
node-pre-gyp WARN Using request for node-pre-gyp https download
node-pre-gyp WARN Pre-built binaries not installable for [email protected] and [email protected] (node-v57 ABI, glibc) (falling back to source compile with node-gyp)
node-pre-gyp WARN Hit error unable to verify the first certificate
======================
文件或视频照片等上传进度是0%,一直不动
=======================
在这里插入图片描述
====================
以上问题,全部都在一键安装脚本里面全部搞定!

有兴趣使用的,请联系我。

发布了1 篇原创文章 · 获赞 1 · 访问量 1264

猜你喜欢

转载自blog.csdn.net/weixin_42094824/article/details/104156903