
SET UP SPARKFLOWS
Download Sparklows on Docker
Installation
Run the appropriate Docker command below based on your operating system
to install and start Sparkflows.

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

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
Login Details
Use the information below to access your Sparkflows application after completing the installation.

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
