Binary Packages Deployment
This article introduces the deployment of the Apache ShenYu gateway using the binary packages.
Start Apache ShenYu Admin
-
unzip
apache-shenyu-incubating-2.4.0-admin-bin.tar.gz。 go to thebindirectory. -
use
h2to store data:
> windows: start.bat --spring.profiles.active = h2
> linux: ./start.sh --spring.profiles.active = h2
- use
MySQLto store data, copy mysql-connector.jar to /$(your_work_dir)/ext-lib, go to the/confdirectory, and modify the configuration ofmysqlinapplication.yaml.
> windows: start.bat
> linux: ./start.sh
Start Apache ShenYu Bootstrap
-
download apache-shenyu-incubating-2.4.0-bootstrap-bin.tar.gz
-
unzip
apache-shenyu-incubating-2.4.0-bootstrap-bin.tar.gz。 go to thebindirectory.
> windwos : start.bat
> linux : ./start.sh