Install & Run RedPanda Box

How to run & install RedPanda box.

This page describes how to get up and running with our all-in-one self contained redpanda docker image. You will need to have the docker engine installed on your machine to begin. Once you have docker properly installed on your machine run the following command.

dedocker run -p 39854:39854 octaldata/streamops-box-rp:1.0.37

Connect To Your Box

From the above command you can see we have forwarded the localhost's port 39854 to the internal box's port of 39854 where the StreamOps application is listening. Point your browser to http://localhost:39854 to start using your RedPanda demo box.

When you first log in you will be presented to accept our End User License Agreement (EULA) and you will be allowed to proceed. This initial launch will bring you to the deployments main page. From here you can either add your own RedPanda Cluster, known in StreamOps as a deployment or you can start administration of the test cluster running in the docker image.

Last updated