WSO2 BPS setup is very simple. While more detail of the installation can be found in the Getting Started, we have given below a basic summary to get you started fast.
- Ensure that the following are installed in your environment.
- JDK 1.6.* or higher.
- JAVA_HOME environment variable is set to <JDK_HOME>. For example,
JAVA_HOME=c:\Program Files\java\jdk1.6.0_27
.
- Download the BPS binary distribution from http://wso2.com/products/business-process-server/.
- Extract the zip file to a folder which will be referred to as <CARBON_HOME> throughout the rest of this guide.
- Open a command prompt (or a shell in Linux) and go to <CARBON_HOME>\bin directory.
- Start the BPS server by executing wso2server.sh (or wso2server.bat in Windows).
- The operation log keeps running until the server starts, which usually takes several seconds. Wait until the server fully boots up and displays a message similar to "WSO2 Carbon started in n seconds."