.pkgr.yml 232 B

1234567891011121314151617
  1. targets:
  2. centos-6:
  3. dependencies:
  4. - httpd
  5. - mysql-server
  6. user: "zammad"
  7. group: "zammad"
  8. after_install: packaging/hooks/postinstall.sh
  9. env:
  10. - RAILS_ENV=development
  11. - RAILS_GROUPS=assets
  12. notifications: false