Files
weiyu/deploy/server/readme.md
jack ning 3a69c29b9a update
2024-09-11 19:24:23 +08:00

1.4 KiB

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 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