@@ -109,67 +109,11 @@ AI powered Omnichannel customer service With Team Cooperation
109109``` bash
110110git clone https://github.com/Bytedesk/bytedesk.git
111111cd bytedesk/deploy/docker
112- # start without ai
113- docker compose -p bytedesk -f docker-compose-noai.yaml up -d
114- # or default zhipuai
115- docker compose -p bytedesk -f docker-compose.yaml up -d
116- # or default ollama
117- docker compose -p bytedesk -f docker-compose-ollama.yaml up -d
112+ # default startup (MySQL + Artemis + standard, middleware only)
113+ ./start.sh mysql artemis standard middleware
118114```
119115
120- ### Source startup dependencies (MySQL / PostgreSQL / Oracle selectable)
121-
122- When starting from source code, go to ` starter/src/main/resources ` and start dependency containers with scripts.
123-
124- ``` bash
125- cd starter/src/main/resources
126-
127- # Artemis + MySQL (default)
128- ./compose-artemis.sh up -d
129-
130- # RabbitMQ + MySQL (default)
131- ./compose-rabbitmq.sh up -d
132-
133- # Artemis + PostgreSQL
134- ./compose-artemis.sh --db postgresql up -d
135-
136- # RabbitMQ + PostgreSQL
137- ./compose-rabbitmq.sh --db postgresql up -d
138-
139- # Artemis + Oracle
140- ./compose-artemis.sh --db oracle up -d
141-
142- # RabbitMQ + Oracle
143- ./compose-rabbitmq.sh --db oracle up -d
144-
145- # Or use environment variable (mysql/postgresql/oracle)
146- BYTEDESK_DB=postgresql ./compose-artemis.sh up -d
147- BYTEDESK_DB=postgresql ./compose-rabbitmq.sh up -d
148- BYTEDESK_DB=oracle ./compose-artemis.sh up -d
149- BYTEDESK_DB=oracle ./compose-rabbitmq.sh up -d
150- ```
151-
152- Equivalent native compose examples:
153-
154- ``` bash
155- # Artemis + MySQL
156- docker compose -p bytedesk -f compose.common.yaml -f compose-mysql.yaml -f compose.yaml up -d
157-
158- # Artemis + PostgreSQL
159- docker compose -p bytedesk -f compose.common.yaml -f compose-postgresql.yaml -f compose.yaml up -d
160-
161- # RabbitMQ + MySQL
162- docker compose -p bytedesk -f compose.common.yaml -f compose-mysql.yaml -f compose-rabbitmq.yaml up -d
163-
164- # RabbitMQ + PostgreSQL
165- docker compose -p bytedesk -f compose.common.yaml -f compose-postgresql.yaml -f compose-rabbitmq.yaml up -d
166-
167- # Artemis + Oracle
168- docker compose -p bytedesk -f compose.common.yaml -f compose-oracle.yaml -f compose.yaml up -d
169-
170- # RabbitMQ + Oracle
171- docker compose -p bytedesk -f compose.common.yaml -f compose-oracle.yaml -f compose-rabbitmq.yaml up -d
172- ```
116+ For more startup/stop combinations (PostgreSQL, Oracle, RabbitMQ, noai, call, full stack), see ` deploy/docker/readme.md ` .
173117
174118``` bash
175119# Please replace 127.0.0.1 with your server IP
@@ -220,21 +164,21 @@ bytedesk/
220164
221165## Open Source Demo + SDK
222166
223- | Project | Description | Forks | Stars |
224- | ------------- | ----------------------- | ---------------- | ---------------- ---|
225- | [ iOS] ( https://github.com/bytedesk/bytedesk-swift ) | iOS | ![ GitHub forks] ( https://img.shields.io/github/forks/bytedesk/bytedesk-swift ) | ![ GitHub Repo stars] ( https://img.shields.io/github/stars/Bytedesk/bytedesk-swift ) |
226- | [ Android] ( https://github.com/bytedesk/bytedesk-android ) | Android | ![ GitHub forks] ( https://img.shields.io/github/forks/bytedesk/bytedesk-android ) | ![ GitHub Repo stars] ( https://img.shields.io/github/stars/bytedesk/bytedesk-android ) |
227- | [ Flutter] ( https://github.com/bytedesk/bytedesk-flutter ) | Flutter | ![ GitHub forks] ( https://img.shields.io/github/forks/bytedesk/bytedesk-flutter ) | ![ GitHub Repo stars] ( https://img.shields.io/github/stars/bytedesk/bytedesk-flutter ) |
228- | [ UniApp] ( https://github.com/bytedesk/bytedesk-uniapp ) | Uniapp | ![ GitHub forks] ( https://img.shields.io/github/forks/bytedesk/bytedesk-uniapp ) | ![ GitHub Repo stars] ( https://img.shields.io/github/stars/bytedesk/bytedesk-uniapp ) |
229- | [ Web] ( https://github.com/bytedesk/bytedesk-web ) | Vue/React/Angular/Next.js/JQuery/... | ![ GitHub forks] ( https://img.shields.io/github/forks/bytedesk/bytedesk-web ) | ![ GitHub Repo stars] ( https://img.shields.io/github/stars/bytedesk/bytedesk-web ) |
230- | [ Wordpress] ( https://github.com/bytedesk/bytedesk-wordpress ) | Wordpress | ![ GitHub forks] ( https://img.shields.io/github/forks/bytedesk/bytedesk-wordpress ) | ![ GitHub Repo stars] ( https://img.shields.io/github/stars/bytedesk/bytedesk-wordpress ) |
231- | [ Woocommerce] ( https://github.com/bytedesk/bytedesk-woocommerce ) | woocommerce | ![ GitHub forks] ( https://img.shields.io/github/forks/bytedesk/bytedesk-woocommerce ) | ![ GitHub Repo stars] ( https://img.shields.io/github/stars/bytedesk/bytedesk-woocommerce ) |
232- <!-- | [Magento](https://github.com/bytedesk/bytedesk-magento) | Magento |  |  |
233- | [Prestashop](https://github.com/bytedesk/bytedesk-prestashop) | Prestashop |  |  |
234- | [Shopify](https://github.com/bytedesk/bytedesk-shopify) | Shopify |  |  |
235- | [Opencart](https://github.com/bytedesk/bytedesk-opencart) | Opencart |  |  |
236- | [Laravel](https://github.com/bytedesk/bytedesk-laravel) | Laravel |  |  |
237- | [Django](https://github.com/bytedesk/bytedesk-django) | Django |  |  | -->
167+ | Project| Description| Forks| Stars|
168+ | ---| ---| ---| ---|
169+ | [ iOS] ( https://github.com/bytedesk/bytedesk-swift ) | iOS| ![ GitHub forks] ( https://img.shields.io/github/forks/bytedesk/bytedesk-swift ) | ![ GitHub Repo stars] ( https://img.shields.io/github/stars/Bytedesk/bytedesk-swift ) |
170+ | [ Android] ( https://github.com/bytedesk/bytedesk-android ) | Android| ![ GitHub forks] ( https://img.shields.io/github/forks/bytedesk/bytedesk-android ) | ![ GitHub Repo stars] ( https://img.shields.io/github/stars/bytedesk/bytedesk-android ) |
171+ | [ Flutter] ( https://github.com/bytedesk/bytedesk-flutter ) | Flutter| ![ GitHub forks] ( https://img.shields.io/github/forks/bytedesk/bytedesk-flutter ) | ![ GitHub Repo stars] ( https://img.shields.io/github/stars/bytedesk/bytedesk-flutter ) |
172+ | [ UniApp] ( https://github.com/bytedesk/bytedesk-uniapp ) | Uniapp| ![ GitHub forks] ( https://img.shields.io/github/forks/bytedesk/bytedesk-uniapp ) | ![ GitHub Repo stars] ( https://img.shields.io/github/stars/bytedesk/bytedesk-uniapp ) |
173+ | [ Web] ( https://github.com/bytedesk/bytedesk-web ) | Vue/React/Angular/Next.js/JQuery/...| ![ GitHub forks] ( https://img.shields.io/github/forks/bytedesk/bytedesk-web ) | ![ GitHub Repo stars] ( https://img.shields.io/github/stars/bytedesk/bytedesk-web ) |
174+ | [ Wordpress] ( https://github.com/bytedesk/bytedesk-wordpress ) | Wordpress| ![ GitHub forks] ( https://img.shields.io/github/forks/bytedesk/bytedesk-wordpress ) | ![ GitHub Repo stars] ( https://img.shields.io/github/stars/bytedesk/bytedesk-wordpress ) |
175+ | [ Woocommerce] ( https://github.com/bytedesk/bytedesk-woocommerce ) | woocommerce| ![ GitHub forks] ( https://img.shields.io/github/forks/bytedesk/bytedesk-woocommerce ) | ![ GitHub Repo stars] ( https://img.shields.io/github/stars/bytedesk/bytedesk-woocommerce ) |
176+ <!-- |[Magento](https://github.com/bytedesk/bytedesk-magento)| Magento| | |
177+ |[Prestashop](https://github.com/bytedesk/bytedesk-prestashop)| Prestashop| | |
178+ |[Shopify](https://github.com/bytedesk/bytedesk-shopify)| Shopify| | |
179+ |[Opencart](https://github.com/bytedesk/bytedesk-opencart)| Opencart| | |
180+ |[Laravel](https://github.com/bytedesk/bytedesk-laravel)| Laravel| | |
181+ |[Django](https://github.com/bytedesk/bytedesk-django)| Django| | | -->
238182
239183## Links
240184
0 commit comments