Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
pengjinning committed Aug 9, 2024
1 parent 2df10af commit f8de93a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
5 changes: 4 additions & 1 deletion deploy/server/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @Author: jackning [email protected]
* @Date: 2024-08-09 10:08:02
* @LastEditors: jackning [email protected]
* @LastEditTime: 2024-08-09 10:53:33
* @LastEditTime: 2024-08-09 12:32:25
* @Description: bytedesk.com https://github.com/Bytedesk/bytedesk
* Please be aware of the BSL license restrictions before installing Bytedesk IM –
* selling, reselling, or hosting Bytedesk IM as a service is a breach of the terms and automatically terminates your rights under the license.
Expand All @@ -14,7 +14,10 @@
-->
# jar deploy

## download [server](https://cdn.weiyuai.cn/server.zip)

```bash
# if jar not found, download from: https://cdn.weiyuai.cn/server.zip
# edit config/application.properties
# change mysql credentials
spring.datasource.url=jdbc:mysql://127.0.0.1:3306/bytedesk_im
Expand Down
7 changes: 5 additions & 2 deletions deploy/server/readme.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @Author: jackning [email protected]
* @Date: 2024-08-09 10:08:02
* @LastEditors: jackning [email protected]
* @LastEditTime: 2024-08-09 10:56:19
* @LastEditTime: 2024-08-09 12:32:39
* @Description: bytedesk.com https://github.com/Bytedesk/bytedesk
* Please be aware of the BSL license restrictions before installing Bytedesk IM –
* selling, reselling, or hosting Bytedesk IM as a service is a breach of the terms and automatically terminates your rights under the license.
Expand All @@ -14,8 +14,11 @@
-->
# Jar 部署

## 下载 [server](https://cdn.weiyuai.cn/server.zip)

```bash
# edit config/application.properties
# 因jar包太大, 从这里下载: https://cdn.weiyuai.cn/server.zip
# 编辑配置文件:config/application.properties
# 修改数据库连接信息
spring.datasource.url=jdbc:mysql://127.0.0.1:3306/bytedesk_im
spring.datasource.username=root
Expand Down

0 comments on commit f8de93a

Please sign in to comment.