top of page
AdobeStock_1008056389.jpeg

SET UP SPARKFLOWS

Download Sparklows on Docker

Installation

Run the appropriate Docker command below based on your operating system
to install and start Sparkflows.

linux
For Linux

Execute the following Docker command
in your terminal.

docker run -m 8g -p 8080:8080 -p 8443:8443 \

-v ./fire:/usr/local/fire-3.3.30_3.5.2 \

-e KEYSTORE_PASSWORD=12345678 \

-e FIRE_HTTP_PORT=8080 \

-e FIRE_HTTPS_PORT=8443 \

-e FIRE_VERSION=3.3.30 \

-e DB=h2 \

sparkflows/fire:py_3.5.2_3.3.30

windows
For Windows PowerShell

Execute the following Docker command in
Windows PowerShell as Administrator.

docker run -m 8g -p 8080:8080 -p 8443:8443 `

-v ./fire:/usr/local/fire-3.3.30_3.5.2 `

-e KEYSTORE_PASSWORD=12345678 `

-e FIRE_HTTP_PORT=8080 `

-e FIRE_HTTPS_PORT=8443 `

-e FIRE_VERSION=3.3.30`

-e DB=h2 `

sparkflows/fire:py_3.5.2_3.3.30

Pink Poppy Flowers

Access Sparkflows on Docker Hub

Visit the Sparkflows Docker Hub repository to view available image tags and download the Docker image for your environment.

Login Details

Use the information below to access your Sparkflows application after completing the installation.

AdobeStock_1499505904.png

Application URL

Open the following URL in your web browser.

http://<machine_ip>:8080

Default Login Credentials

Use the default accounts below to log in to Sparkflows.

Administrator

Username  : admin     |        Password    : admin

bottom of page