Gobby (简体中文)
Jump to navigation
Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
从项目网页:
- Gobby is a collaborative editor supporting multiple documents in one session and a multi-user chat.
安装
要在没有 Gobby 前端的情况下运行 Infininote 服务器协议,请安装 libinfinity。
Infininote 的用法
要启动服务器部分,请运行
/usr/bin/infinoted-0.6 --security-policy=no-tls
该服务器只需要在一台计算机上运行。
然后,运行 gobby 客户端并通过 IP 或 localhost 连接到服务器。
如果您希望进行加密,则可以使用 TLS。使用:
infinoted-0.6 --create-key --create-certificate -k key.pem -c cert.pem
密钥创建是自动的,您可以使用以下命令启动服务器:
infinoted-0.6 -k key.pem -c cert.pem