packager.io config

This commit is contained in:
Roy Kaldung 2015-12-03 10:03:08 +01:00
parent b102e75aaa
commit e13de3c0ca
2 changed files with 20 additions and 0 deletions

17
.pkgr.yml Normal file
View file

@ -0,0 +1,17 @@
targets:
centos-7:
dependencies:
- httpd
- mariadb-server
user: "zammad"
group: "zammad"
after_install: packaging/hooks/postinstall.sh
env:
- RAILS_ENV=development
- RAILS_GROUPS=assets
notifications: false

3
Procfile Normal file
View file

@ -0,0 +1,3 @@
web: puma -p 3000
worker: script/scheduler.rb
websocket: script/websocket-server.rb