OpenProject is the leading open source project management software.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openproject/.pkgr.yml

52 lines
1.2 KiB

user: openproject
group: openproject
targets:
debian-9: &debian9
build_dependencies:
- libsqlite3-dev
dependencies:
- unzip
- poppler-utils
- unrtf
- tesseract-ocr
- catdoc
- imagemagick
5 years ago
debian-10:
<<: *debian9
6 years ago
ubuntu-16.04:
<<: *debian9
6 years ago
ubuntu-18.04:
<<: *debian9
ubuntu-20.04:
<<: *debian9
centos-7: &centos7
dependencies:
- epel-release
- ImageMagick
- unzip
- poppler-utils
centos-8:
<<: *centos7
6 years ago
sles-12:
build_dependencies:
- sqlite3-devel
- ImageMagick
before_precompile: "packaging/setup"
after_precompile: "packaging/teardown"
services:
- postgres
installer: https://github.com/pkgr/installer.git
wizards:
- https://github.com/pkgr/addon-legacy-installer.git
- ./packaging/addons/openproject-edition
- https://github.com/opf/addon-postgres#pg13
- https://github.com/pkgr/addon-apache2.git
- ./packaging/addons/repositories
- https://github.com/pkgr/addon-smtp.git
- https://github.com/pkgr/addon-memcached.git
- ./packaging/addons/openproject
buildpack: https://github.com/opf/heroku-buildpack-multi.git
env:
- NODE_ENV=production
- NPM_CONFIG_PRODUCTION=false