-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4045299
commit 014582f
Showing
5 changed files
with
41 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
* @Author: jackning [email protected] | ||
* @Date: 2024-08-09 10:08:02 | ||
* @LastEditors: jackning [email protected] | ||
* @LastEditTime: 2024-08-28 09:26:22 | ||
* @LastEditTime: 2024-08-10 05:45:29 | ||
* @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. | ||
|
@@ -14,10 +14,10 @@ | |
--> | ||
# bytedesk jar deploy | ||
|
||
## download [server](https://www.weiyuai.cn/download/server.zip) | ||
## download [server](https://cdn.weiyuai.cn/server.zip) | ||
|
||
```bash | ||
# if jar not found, download from: https://www.weiyuai.cn/download/server.zip | ||
# 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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
* @Author: jackning [email protected] | ||
* @Date: 2024-08-09 10:08:02 | ||
* @LastEditors: jackning [email protected] | ||
* @LastEditTime: 2024-08-28 09:26:03 | ||
* @LastEditTime: 2024-08-10 05:46:29 | ||
* @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. | ||
|
@@ -16,10 +16,10 @@ | |
|
||
[微语](https://www.weiyuai.cn)是开源免费的企业协作系统,支持企业IM、在线客服、AI助手、知识库、帮助中心、工单系统等。 | ||
|
||
## 下载 [server](https://www.weiyuai.cn/download/server.zip) | ||
## 下载 [server](https://cdn.weiyuai.cn/server.zip) | ||
|
||
```bash | ||
# 因jar包太大, 从这里下载: https://www.weiyuai.cn/download/server.zip | ||
# 因jar包太大, 从这里下载: https://cdn.weiyuai.cn/server.zip | ||
# 编辑配置文件:config/application.properties | ||
# 修改数据库连接信息 | ||
spring.datasource.url=jdbc:mysql://127.0.0.1:3306/bytedesk_im | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,4 @@ | ||
#!/bin/sh | ||
### | ||
# @Author: jackning [email protected] | ||
# @Date: 2024-08-09 10:35:30 | ||
# @LastEditors: jackning [email protected] | ||
# @LastEditTime: 2024-08-28 09:24:27 | ||
# @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. | ||
# 仅支持企业内部员工自用,严禁私自用于销售、二次销售或者部署SaaS方式销售 | ||
# Business Source License 1.1: https://github.com/Bytedesk/bytedesk/blob/main/LICENSE | ||
# contact: [email protected] | ||
# 联系:[email protected] | ||
# Copyright (c) 2024 by bytedesk.com, All Rights Reserved. | ||
### | ||
RUN_NAME="bytedesk-starter-0.4.1.jar" | ||
export LANG="en_US.UTF-8" | ||
PRG=$0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
# @Author: jackning [email protected] | ||
# @Date: 2024-08-09 10:35:30 | ||
# @LastEditors: jackning [email protected] | ||
# @LastEditTime: 2024-08-28 09:24:56 | ||
# @LastEditTime: 2024-08-09 10:51: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. | ||
|