You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.md 831 B

12345678910111213141516171819202122232425262728293031323334353637
  1. ###############################################################################
  2. # docker image for lava server
  3. ###############################################################################
  4. lava:
  5. linux: debian Stretch 9.0
  6. deb https://images.validation.linaro.org/production-repo stretch-backports main
  7. wget https://images.validation.linaro.org/staging-repo/staging-repo.key.asc
  8. apt-key add staging-repo.key.asc
  9. apt install postgresql
  10. apt install lava-server
  11. a2dissite 000-default
  12. a2enmod proxy
  13. a2enmod proxy_http
  14. a2ensite lava-server.conf
  15. service apache2 restart
  16. ###################
  17. build lava container
  18. ## Build Container from dockerfile
  19. docker build -t sugarcrm-app .
  20. ## Bookmarks:
  21. https://validation.linaro.org/static/docs/v2/installing_on_debian.html#debian-installation