Files
weiyu/deploy/server
2024-11-24 21:47:13 +08:00
..
2024-11-24 21:47:13 +08:00
2024-10-24 09:41:39 +08:00
2024-09-11 19:24:23 +08:00
2024-10-21 07:19:58 +08:00
2024-10-21 07:19:58 +08:00
2024-10-21 07:19:58 +08:00
2024-10-21 07:19:58 +08:00

bytedesk jar deploy

download server

# 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
spring.datasource.username=root
spring.datasource.password=password
# change redis credentials
spring.data.redis.database=0
spring.data.redis.host=127.0.0.1
spring.data.redis.port=6379
spring.data.redis.password=password

# change permission
chmod +x start.sh
chmod +x stop.sh
# start
# mac or linux
./start.sh
# windows
start.bat
# stop
# mac or linux
./stop.sh
# windows
stop.bat