AI powered team cooperation & customer service
Bytedesk is a team collaboration and customer service platform.
- springboot-3.2.0 for backend
- react-18.2.0 for frontend
- react-native-0.73.4 for mobile(ios&android)
- electron-29.1.0 for desktop(windows&mac&linux)
git clone https://github.com/Bytedesk/bytedesk.git
# open bytedesk/starter/src/main/resources/application-dev.properties
# change the value of spring.datasource.url and spring.datasource.username and spring.datasource.password
# change the value of spring.redis.host and spring.redis.port
cd bytedesk/starter
mvn spring-boot:run
#
# other commands for reference
# mvn spring-boot:run
# mvn clean
# mvn dependency:tree
# mvn dependency:analyze
# mvn dependency:resolve
# mvn compile -Dmaven.test.skip=true
# mvn install -Dmaven.test.skip=true
# mvn package -Dmaven.test.skip=true
# lsof -i:port,其中:port 为端口号, lsof -i:9003
# kill -9 pid,其中:pid 为进程 pid
#
# local preview:
web: http://localhost:9003/
admin: http://localhost:9003/admin, default user/password: admin/admin
chat: http://localhost:9003/chat, default user/password: admin/admin
visitor: http://localhost:9003/v
api docs: http://localhost:9003/swagger-ui/index.html
- Web
- support business usage
- selling, reselling, or hosting Bytedesk IM as a service is a breach of the terms and automatically terminates your rights under the license.
- 仅支持企业内部员工自用,严禁用于销售、二次销售或者部署SaaS方式销售,请勿用于非法用途。