Deploying smaller applications should be less complicated.
Burp is a deployment tool designed to simplify the deployment process for smaller applications that use Docker. It enables developers to remotely deploy their small applications without the need to connect directly to their server. Burp also takes care of handling the spawning of third-party services (containers) required for the application, making deployment hassle-free.
To get started with Burp, you have to install the command-line tool on both your server and development environment.
Once you have the command-line tool installed, please refer to the following:
We recommend reading the entire wiki at GitHub Wiki to use Burp to its fullest.
- Docker installed on both your development machine and your remote server.
To deploy with Burp, you have to make a burp.toml
. To know how to create one, you can refer to the
following resources:
Burp is distributed under the Apache 2.0 license. See LICENSE for more information.