sidebar_position: 2 title: Binary Packages Deployment keywords: [“Deployment”] description: Binary Packages Deployment

This article introduces the deployment of the Apache ShenYu gateway using the binary packages.

Start Apache ShenYu Admin

> 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 of mysql in application.yaml.
> windows: start.bat 

> linux: ./start.sh 

Start Apache ShenYu Bootstrap

> windwos : start.bat 

> linux : ./start.sh