BPM Flow

This chapter will show how to install BPM Flow and all its components from the scratch. At this point is assumed that GemStone/S is already installed in your system.

The whole project will be installed at: /home/linux-user-name/GsDevKit_home/shared/repos/BpmFlow

Installation Script The following scripts will install BPM Flow on GemStone/S named "devKit_351" and start the Web Server. Update this script with the name used in your GemStone/S installation: $ cd $GS_HOME/shared/repos/BpmFlow/scripts $ sh install-all.sh -s devKit_351 $ sh register-application.sh -s devKit_351 $ sh start-all.sh -s devKit_351

Other Scripts Check the complete list of Scripts here: Scripts to Run the Application

Last updated