部署OnlyOffice使KodExplorer实现在线编辑Office文档(Windows)

下载并安装以下组件:

使用CMD,创建数据库

cd /D "%ProgramFiles%\PostgreSQL\9.6\bin"
psql -U postgres -c "CREATE DATABASE onlyoffice;"
psql -U postgres -c "CREATE USER onlyoffice WITH password 'onlyoffice';"
psql -U postgres -c "GRANT ALL privileges ON DATABASE onlyoffice TO onlyoffice;"

使用CMD, 安装Document Server,设置端口为6666

onlyoffice-documentserver.exe /DS_PORT=6666

PostgreSQL Database 设置参数

RabbitMQ 设置参数

Redis 设置参数

下载onlyoffice插件, 并启用