For Ubuntu distribution of Linux, you can follow the instructions in this page.
- user: root
- password: 123456
mysql -u root -p
create database ifttt;
use ifttt
mysql ifttt -u root -p
mysql ifttt < src/main/resources/schema.sql -u root -p
mvn jetty:run
mvn package
Copy target/ifttt-web.war to Tomcat webapps/ directory.