diff --git a/.pkgr.yml b/.pkgr.yml new file mode 100644 index 000000000..034f6d0ae --- /dev/null +++ b/.pkgr.yml @@ -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 + diff --git a/Procfile b/Procfile new file mode 100644 index 000000000..14b3f5f12 --- /dev/null +++ b/Procfile @@ -0,0 +1,3 @@ +web: puma -p 3000 +worker: script/scheduler.rb +websocket: script/websocket-server.rb \ No newline at end of file