下载并安装以下组件:
使用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 设置参数
- 主机:localhost
- 用户:onlyoffice
- 密码:onlyoffice
- 数据库:onlyoffice
RabbitMQ 设置参数
- 主机:localhost
- 用户:guest
- 密码:guest
Redis 设置参数
- 主机:localhost
下载onlyoffice插件, 并启用