trabajo-afectivo/.pkgr.yml

22 lines
305 B
YAML
Raw Normal View History

2015-12-03 09:03:08 +00:00
targets:
2015-12-03 09:24:22 +00:00
centos-6:
2015-12-03 09:03:08 +00:00
dependencies:
- httpd
2015-12-03 09:27:58 +00:00
- mysql-server
2015-12-03 09:03:08 +00:00
user: "zammad"
group: "zammad"
after_install: packaging/hooks/postinstall.sh
2015-12-03 14:49:22 +00:00
before:
2015-12-03 15:17:25 +00:00
- cp config/database.yml.pkgr config/database.yml
2015-12-03 15:39:52 +00:00
- uname -a
2015-12-03 14:43:18 +00:00
2015-12-03 09:03:08 +00:00
env:
2015-12-03 14:34:40 +00:00
- RAILS_ENV=production
2015-12-03 09:03:08 +00:00
- RAILS_GROUPS=assets
notifications: false