Download and installActiviti Download:
This example version: Activiti-5.16.4.zip
Http://www.activiti.org/download.html
JDK Download JDK 6+
This example version: Jdk7
Http://www.oracle.com/technetwork/java/javase/downloads/index.htm
Eclipse download Eclipse Indigo and Juno:
This example version: Eclipse Juno (4.2)
http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/juno/SR2/ Eclipse-jee-juno-sr2-win32.zip
Unzip Activiti-5.16.4.zip get Activiti-explorer.war
Activiti-explorer.war Copy to the WebApps directory of Tomcat (or other Java Web server, in this case Tomcat 8.0)
Run
Start Tomcat, open the project in the browser (this example tomcat port is 8089)
http://localhost:8080/activiti-explorer/
See this interface to show that the project is running successfully!
The default is to use the memory database H2, which is the database table
User Id |
Password |
role |
Kermit |
Kermit |
Admin |
Gonzo |
Gonzo |
Manager |
Fozzie |
Fozzie |
User |
Can use the above account login system (in this case Kermit)
Extended Reading
For more detailed usage, see Activiti 5.x User Guide
Activiti 5 Download, install and run