Binary Packages Deployment
This article introduces the deployment of the Apache ShenYu
gateway using the binary packages.
#
Start Apache ShenYu Adminunzip
apache-shenyu-incubating-2.4.0-admin-bin.tar.gz
。 go to thebin
directory.use
h2
to store data:
> windows: start.bat --spring.profiles.active = h2
> linux: ./start.sh --spring.profiles.active = h2
- use
MySQL
to store data, copy mysql-connector.jar to /$(your_work_dir)/ext-lib, go to the/conf
directory, and modify the configuration ofmysql
inapplication.yaml
.
> windows: start.bat
> linux: ./start.sh
#
Start Apache ShenYu Bootstrapdownload apache-shenyu-incubating-2.4.0-bootstrap-bin.tar.gz
unzip
apache-shenyu-incubating-2.4.0-bootstrap-bin.tar.gz
。 go to thebin
directory.
> windwos : start.bat
> linux : ./start.sh