4 ${instance-stack:output}
10 gutenberg-data-download
15 wikipedia-data-download
23 demo = $${buildout:directory}/demo
24 gutenberg = $${:demo}/gutenberg
25 wikipedia = $${:demo}/wikipedia
28 [gutenberg-data-download]
29 recipe = slapos.recipe.template
30 url = ${:_profile_base_location_}/gutenberg/data-download.sh
32 output = $${directories:gutenberg}/data-download.sh
37 recipe = slapos.recipe.template
38 url = ${:_profile_base_location_}/gutenberg/mapper.py
40 output = $${directories:gutenberg}/mapper.py
45 recipe = slapos.recipe.template
46 url = ${:_profile_base_location_}/gutenberg/reducer.py
48 output = $${directories:gutenberg}/reducer.py
53 recipe = slapos.recipe.template
54 url = ${:_profile_base_location_}/gutenberg/run.sh.in
56 output = $${directories:gutenberg}/run.sh
61 recipe = slapos.recipe.template
62 url = ${:_profile_base_location_}/gutenberg/put-files.sh.in
64 output = $${directories:gutenberg}/put-files.sh
68 [wikipedia-data-download]
69 recipe = slapos.recipe.template
70 url = ${:_profile_base_location_}/wikipedia/data-download.sh
72 output = $${directories:wikipedia}/data-download.sh
77 recipe = slapos.recipe.template
78 url = ${:_profile_base_location_}/wikipedia/mapper.py
80 output = $${directories:wikipedia}/mapper.py
85 recipe = slapos.recipe.template
86 url = ${:_profile_base_location_}/wikipedia/reducer.py
88 output = $${directories:wikipedia}/reducer.py
93 recipe = slapos.recipe.template
94 url = ${:_profile_base_location_}/wikipedia/run.sh.in
96 output = $${directories:wikipedia}/run.sh
100 [wikipedia-put-files]
101 recipe = slapos.recipe.template
102 url = ${:_profile_base_location_}/wikipedia/put-files.sh.in
104 output = $${directories:wikipedia}/put-files.sh