Wednesday 4 April 2018

Netflix Conductor UI

navigate to 'ui' folder in command promp and type below commands one by one:

npm install gulp -g
gulp watch

npm install -- to install npm


Inside server build.gradle

systemProperty 'jdbc.url', 'jdbc:mysql://localhost:3306/conductor'systemProperty 'jdbc.username', 'root'systemProperty 'jdbc.password', 'password'systemProperty 'db', 'mysql'


No comments:

Post a Comment