blob: 34e37c42b9cc49f409db0baa1e34547c4dd64cdd [file] [log] [blame]
#!/bin/bash
echo "*******************************************************"
echo "Launching ThirdEye Dashboard in demo mode"
echo "*******************************************************"
cd thirdeye-pinot
java -cp "./target/thirdeye-pinot-1.0-SNAPSHOT.jar" com.linkedin.thirdeye.dashboard.ThirdEyeDashboardApplication "./config"
cd ..