2014-07-28 12:52:18 +00:00
|
|
|
user: openproject
|
|
|
|
|
group: openproject
|
2022-01-18 08:31:40 +00:00
|
|
|
description: OpenProject
|
|
|
|
|
homepage: "https://www.openproject.org"
|
|
|
|
|
maintainer: "operations+packaging@openproject.com"
|
|
|
|
|
license: "GPL"
|
2014-07-28 12:52:18 +00:00
|
|
|
targets:
|
2024-07-02 14:04:42 +02:00
|
|
|
debian-11: &debian
|
2014-12-07 20:56:25 +00:00
|
|
|
build_dependencies:
|
2018-12-10 15:10:57 +01:00
|
|
|
- libsqlite3-dev
|
2019-01-17 12:12:55 +01:00
|
|
|
dependencies:
|
2020-10-16 14:26:30 +02:00
|
|
|
- unzip
|
2019-01-17 12:12:55 +01:00
|
|
|
- poppler-utils
|
|
|
|
|
- unrtf
|
|
|
|
|
- tesseract-ocr
|
|
|
|
|
- catdoc
|
2020-11-24 14:35:40 +01:00
|
|
|
- imagemagick
|
2023-07-06 20:40:10 +02:00
|
|
|
debian-12:
|
|
|
|
|
<<: *debian
|
2020-06-11 20:17:05 +00:00
|
|
|
ubuntu-20.04:
|
2023-05-24 14:24:02 +02:00
|
|
|
<<: *debian
|
2022-06-18 18:58:23 +02:00
|
|
|
ubuntu-22.04:
|
2023-05-24 14:24:02 +02:00
|
|
|
<<: *debian
|
2023-12-12 13:26:09 +01:00
|
|
|
centos-8: ¢os8
|
2022-05-12 11:19:34 +02:00
|
|
|
env:
|
|
|
|
|
- NODE_ENV=production
|
|
|
|
|
- NPM_CONFIG_PRODUCTION=false
|
2020-10-16 14:26:30 +02:00
|
|
|
dependencies:
|
2021-03-23 13:16:36 +00:00
|
|
|
- epel-release
|
|
|
|
|
- ImageMagick
|
2020-10-16 14:26:30 +02:00
|
|
|
- unzip
|
2021-03-17 14:56:03 +01:00
|
|
|
- poppler-utils
|
2023-07-06 20:40:10 +02:00
|
|
|
centos-9:
|
2023-12-12 13:26:09 +01:00
|
|
|
<<: *centos8
|
2023-07-06 20:40:10 +02:00
|
|
|
env:
|
|
|
|
|
- NODE_ENV=production
|
|
|
|
|
- NPM_CONFIG_PRODUCTION=false
|
2023-05-24 14:24:02 +02:00
|
|
|
sles-15:
|
|
|
|
|
build_dependencies:
|
|
|
|
|
- sqlite3-devel
|
|
|
|
|
dependencies:
|
2020-11-24 14:35:40 +01:00
|
|
|
- ImageMagick
|
2014-07-28 14:44:38 +00:00
|
|
|
before_precompile: "packaging/setup"
|
2018-12-10 15:10:34 +01:00
|
|
|
after_precompile: "packaging/teardown"
|
2014-10-08 08:32:55 +00:00
|
|
|
services:
|
|
|
|
|
- postgres
|
2015-05-04 19:22:17 +00:00
|
|
|
installer: https://github.com/pkgr/installer.git
|
2014-10-08 08:32:55 +00:00
|
|
|
wizards:
|
2014-12-10 13:28:57 +01:00
|
|
|
- https://github.com/pkgr/addon-legacy-installer.git
|
2021-05-10 06:58:42 +00:00
|
|
|
- ./packaging/addons/openproject-edition
|
2021-10-12 09:08:02 +02:00
|
|
|
- https://github.com/pkgr/addon-postgres
|
2024-07-16 13:37:59 +02:00
|
|
|
- https://github.com/pkgr/addon-apache2.git#set-host-header
|
2021-05-10 09:38:26 +00:00
|
|
|
- ./packaging/addons/repositories
|
2015-05-04 19:22:17 +00:00
|
|
|
- https://github.com/pkgr/addon-memcached.git
|
2021-05-10 09:38:26 +00:00
|
|
|
- ./packaging/addons/openproject
|
2021-11-22 09:43:54 +00:00
|
|
|
buildpack: https://github.com/opf/heroku-buildpack-multi.git#master
|
2021-07-19 14:17:45 +02:00
|
|
|
env:
|
|
|
|
|
- NODE_ENV=production
|
|
|
|
|
- NPM_CONFIG_PRODUCTION=false
|