Commit 504028ef authored by Marco Mariani's avatar Marco Mariani

download and use datasets

parent 600a03f6
......@@ -29,5 +29,5 @@ bytes = 16
recipe = iw.recipe.cmd
on_install = True
cmds =
$${drupal-init-base:drush-binary} make build-datapublic.make DrupalDataPublic
$${drupal-init-base:drush-binary} make ${datapublic:location}/build-datapublic.make DrupalDataPublic
......@@ -5,6 +5,7 @@ extends =
../../component/git/buildout.cfg
parts +=
datapublic
pear-modules
slapos.cookbook-repository
slapos-cookbook
......@@ -52,10 +53,16 @@ part-list = drupal-init publish-drupal-admin-password
recipe = slapos.recipe.template
url = ${:_profile_base_location_}/instance-custom.cfg.in
output = ${buildout:directory}/instance-custom.cfg
md5sum = 572d2dfb7947c59067e0833d5b921b5c
md5sum = bb5e657c6e49ee18e876d95f99acfca3
mode = 0644
[datapublic]
recipe = slapos.recipe.build:download-unpacked
url = http://ftp.drupal.org/files/projects/datapublic-7.x-1.0-beta2.tar.gz
md5sum = fcd038ee4cc4409f21e3f99787b7ed0e
[pear-modules]
recipe = cp.recipe.cmd
pear = ${apache-php:location}/bin/pear
......
......@@ -29,5 +29,5 @@ bytes = 16
recipe = iw.recipe.cmd
on_install = True
cmds =
$${drupal-init-base:drush-binary} make --prepare-install build-openpublic.make DrupalOpenPublic
$${drupal-init-base:drush-binary} make --prepare-install ${openpublic:location}/build-openpublic.make DrupalOpenPublic
......@@ -5,6 +5,7 @@ extends =
../../component/git/buildout.cfg
parts +=
openpublic
pear-modules
slapos.cookbook-repository
slapos-cookbook
......@@ -52,10 +53,16 @@ part-list = drupal-init publish-drupal-admin-password
recipe = slapos.recipe.template
url = ${:_profile_base_location_}/instance-custom.cfg.in
output = ${buildout:directory}/instance-custom.cfg
md5sum = 8de971eb7e7caaf1066d04a9805afbef
md5sum = 5f8c84096cb9cc324f318635ce5d6ca6
mode = 0644
[openpublic]
recipe = slapos.recipe.build:download-unpacked
url = http://ftp.drupal.org/files/projects/openpublic-7.x-1.0-beta16-core.tar.gz
md5sum = fcd038ee4cc4409f21e3f99787b7ed0e
[pear-modules]
recipe = cp.recipe.cmd
pear = ${apache-php:location}/bin/pear
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment