其他分享
首页 > 其他分享> > 记录一个在线文本文档编辑工具etherpad-lite

记录一个在线文本文档编辑工具etherpad-lite

作者:互联网

centos安装 gitlab地址

https://github.com/ether/etherpad-lite

直接下载安装包放到服务器,解压
安装插件

yum install -y nodejs npm
npm config set registry 
修改npm源
https://registry.npm.taobao.org
//配置后可通过下面方式验证是否成功
npm config get registry
或
npm info express

启动

cd etherpad-lite-develop
src/bin/run.sh --root
访问:
localhost:9001

标签:npm,文本文档,registry,https,etherpad,lite,config
来源: https://blog.csdn.net/aixuner1002/article/details/122862764