Guest User

Untitled

a guest
Jul 11th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. #base.cfg
  2.  
  3. programs =
  4. 10 zeoserver ${zeoserver:location}/bin/runzeo ${zeoserver:location}
  5. 20 solr java [-jar start.jar] ${buildout:directory}/parts/solr-instance true
  6.  
  7. #local.cfg
  8. programs +=
  9. 30 instance (autostart=false) ${instance:location}/bin/runzope ${instance:location} true
  10.  
  11. #release.cfg
  12. programs +=
  13. 30 instance (autostart=false) ${instance:location}/bin/runzope ${instance:location} true
Add Comment
Please, Sign In to add comment