SpringBoot Practice Project: A real-time collaborative document editing website based on etherpad
- 将copoint项目clone到本地
- 在本地电脑(或服务器)安装和运行etherpadLite和MySQL,根据 create_dataset.sql 脚本创建配置数据库
- 修改项目配置文件 application.yml 中的参数,主要修改etherpad的url和apiKey
- 编译并运行项目,浏览器访问 http://{yourIP}:{port}/login