mirror of
https://github.com/ziirish/burp-ui.git
synced 2026-05-21 06:45:24 -06:00
21 lines
455 B
ReStructuredText
21 lines
455 B
ReStructuredText
Demo Images
|
|
===========
|
|
|
|
Here are the `docker`_ models used to build the Burp-UI's `demo`_.
|
|
|
|
Usage
|
|
-----
|
|
|
|
In order to build the `demo`_ on your own infrastructure you have to run the
|
|
following commands (assuming you have a working `docker`_ and
|
|
`docker-compose`_):
|
|
|
|
::
|
|
|
|
docker-compose build
|
|
docker-compose up -d
|
|
|
|
|
|
.. _docker: https://www.docker.com/
|
|
.. _docker-compose: https://docs.docker.com/compose/
|
|
.. _demo: https://demo.burp-ui.org/
|