# bytedesk 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 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 ```