[buildout] extends = # "slapos" stack describes basic things needed for 99.9% of SlapOS Software # Releases ../../stack/slapos.cfg # Extend here component profiles, like openssl, apache, mariadb, curl... # Or/and extend a stack (lamp, tomcat) that does most of the work for you # In this example we only need the dash binary to run a simple "hello world" # shell script. ../../component/dash/buildout.cfg parts = # Call installation of slapos.cookbook egg defined in stack/slapos.cfg (needed # in 99,9% of Slapos Software Releases) slapos-cookbook # Call creation of instance.cfg file that will be called for deployment of # instance template # Download instance.cfg.in (buildout profile used to deployment of instance), # replace all ${foo:bar} parameters by real values, and change $${foo:bar} to # ${foo:bar} [template] recipe = slapos.recipe.template url = ${:_profile_base_location_}/instance.cfg.in output = ${buildout:directory}/instance.cfg # MD5 checksum can be skipped for development, but must be filled for production #md5sum = mode = 0644