-
-
Save LuboTerifaj/3a876f88ab3560bd7e5f0111032d72b0 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Change directory to business Central’s bin: cd ${BUSINESS_CENTRAL_HOME}/bin | |
# on Linux | |
cd ~/jbpm-kogito-home/jbpm-server-7.51.0.Final-dist/bin | |
# on Windows | |
cd C:\home\admin\jbpm-kogito-home\jbpm-server-7.51.0.Final-dist\bin | |
# Run standalone script. | |
# on Linux | |
./standalone.sh | |
# on Windows | |
standalone.bat |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment