0
点赞
收藏
分享

微信扫一扫

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

善解人意的娇娇 2022-02-10 阅读 45

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
举报

相关推荐

0 条评论