ltsc2019
.Windows Server with Containers
, it's probably safe to assume that Docker is already installed. Execute docker version
on the machine to verify that it is. If so, you can skip the installation process.advantys/workflowgen-sql
image is designed for development or testing only. It is not suited for production workloads. Instead, consider using the Linux version of the image (e.g. advantys/workflowgen-sql:7.18.2-ubuntu-18.04
)..mdf
and .ldf
). This will ensure that the data are still there after the deletion of the container.C:\ProgramData\Docker\volumes\sqldata\_data
. Make sure that the container has write access to this directory (see the Persistent Storage in Containers Microsoft article for information).WFGEN_USER
database user, and the wfgen_admin
WorkflowGen account asstrong(!)Pass
. Per the nature of Docker, the SA_PASSWORD
and ACCEPT_EULA
environment variables come from the microsoft/mssql-server-windows-express
base container and are not directly handled by the WorkflowGen container.licenses
)
data
), which contains the following:App_data
folder (appdata
)wfapps
)<YOUR_WFG_LIC_KEY>
with your WorkflowGen license key and <YOUR_NEW_GUID>
with the GUID that you generated in the last step, then execute the following command:http://localhost:8080/wfgen
, where you'll be prompted for WorkflowGen authentication. By default, the container is configured with the application authentication method.web.config
file without environment variables will not be carried between restarts or re-runs.
Windows Server with Containers
, it's probably safe to assume that Docker is already installed; execute docker version
on the machine to verify that it is. If so, you can skip the installation process. database.env
using the path where you'll put the Compose file.<YOUR_WFG_LIC_KEY>
with the value of your WorkflowGen license key. Replace <YOUR_NEW_GUID>
with the symmetric encryption key that you have generated earlier.workflowgen.env
using the path where you'll put the Compose file.docker-compose.yml
using the path where you put your environment variable files, then execute the following command:http://localhost:8080/wfgen
, where you will be prompted for authentication. Enter the credentials (username wfgen_admin
and password strong(!)Pass
) and it should display the WorkflowGen home page.