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