Files
weiyu/deploy/server
jack ning a6fae3b246 update
2024-08-28 09:32:44 +08:00
..
2024-08-28 09:32:44 +08:00
2024-08-28 09:32:44 +08:00
2024-08-28 09:32:44 +08:00
2024-08-28 09:32:44 +08:00
2024-08-28 09:32:44 +08:00
2024-08-28 09:32:44 +08:00
2024-08-28 09:32:44 +08:00

bytedesk jar deploy

download server

# if jar not found, download from: https://www.weiyuai.cn/download/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 permisson
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