File tree Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 12
12
apt-get install -y maven
13
13
apt-get install -y software-properties-common
14
14
apt-get install -y curl
15
+ apt-get install -y supervisor
15
16
16
17
- name : install Oracle Java
17
18
become : true
Original file line number Diff line number Diff line change
1
+ [program:crawler-management-ui]
2
+ directory=/home/cf/crawling-framework-example-master/crawler-management-ui
3
+ command=java -Dconfig=conf/development.properties -jar target/crawler-management-ui-0.1.0-standalone.jar
Original file line number Diff line number Diff line change
1
+ [program:crawler]
2
+ directory=/home/cf/crawling-framework-example-master/crawler
3
+ command=java -cp target/crawler-standalone.jar lt.tokenmill.crawlingframeworkdemo.crawler.DemoCrawlerTopology -local -conf conf/crawler-local.yaml
You can’t perform that action at this time.
0 commit comments