forked from zammad/zammad
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.pkgr.yml
36 lines (36 loc) · 777 Bytes
/
.pkgr.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
name: zammad
description: Zammad is a web based open source helpdesk/customer support system
homepage: https://zammad.org
notifications: false
targets:
centos-7:
dependencies:
- nginx
- postgresql-server
debian-8:
dependencies:
- nginx|apache2
- postgresql|mysql-server|mariadb-server|sqlite
ubuntu-16.04:
dependencies:
- nginx|apache2
- postgresql|mysql-server|mariadb-server|sqlite
sles-12:
dependencies:
- nginx
- postgresql-server
before:
- uname -a
- ruby -v
- env
- "cat Gemfile.lock"
- contrib/cleanup.sh
after:
- rails r 'Locale.fetch'
- rails r 'Translation.fetch'
env:
- RAILS_ENV=production
- PORT=3000
services:
- postgres
after_install: contrib/packager.io/postinstall.sh