Gobby
从项目网页:
- Gobby is a collaborative editor supporting multiple documents in one session and a multi-user chat.
安装[编辑 | 编辑源代码]
要在没有 Gobby 前端的情况下运行 Infininote 服务器协议,请安装 libinfinity包。
Infininote 的用法[编辑 | 编辑源代码]
要启动服务器部分,请运行
$ infinoted-0.7 --security-policy=no-tls
该服务器只需要在一台计算机上运行。
然后,运行 gobby 客户端并通过 IP 或 localhost 连接到服务器。
如果您希望进行加密,则可以使用 TLS。使用:
$ infinoted-0.7 --create-key --create-certificate -k key.pem -c cert.pem
密钥创建是自动的,您可以使用以下命令启动服务器:
$ infinoted-0.7 -k key.pem -c cert.pem