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