This tutorial show you few steps to install Activiti on your machine.
CREATE DATABASE Activiti;
or you can use your favorite tool to do it. Mine is HeidiSQL.
db=mysql jdbc.driver=com.mysql.jdbc.Driver jdbc.url=jdbc:mysql://localhost:3306/activiti jdbc.username=YOUR_MYSQL_USERNAME jdbc.password=YOUR_MYSQL_PASSWORD
# demo data properties create.demo.users=true create.demo.definitions=false create.demo.models=false create.demo.reports=false
Note that you may change create.demo.definitions=true to have some samples of process model.