Etherpad Lite
跳转到导航
跳转到搜索
配置
使用 PostgreSQL 数据库
npm install pg
修改配置文件。示例为使用 peer 授权连接到本地 UNIX 套接字:
"dbType" : "postgres",
"dbSettings" : {
"host": "/var/run/postgresql"
},
迁移数据
从默认的 dirtydb 迁移到其它数据库,只需要在更改配置文件之后修改并运行一个简单的脚本。[1][2]
Etherpad Lite 自带了 bin/migrateDirtyDBtoMySQL.js 脚本,但是它错误地改变了进程的当前工作目录。(2014年12月11日)
外部链接
- Extension:EtherpadLite: 在 MediaWiki 页面上嵌入 Etherpad Lite。