1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/openproject_ynh.git synced 2024-09-03 19:56:10 +02:00
openproject_ynh/scripts/_common.sh

24 lines
678 B
Bash
Raw Normal View History

2019-10-01 14:40:53 +02:00
#!/bin/bash
#=================================================
# COMMON VARIABLES
#=================================================
2022-02-27 23:22:06 +01:00
PROJECT_VERSION=12
2019-10-01 14:40:53 +02:00
# dependencies used by the app
2022-02-27 23:22:06 +01:00
pkg_dependencies="apt-transport-https memcached postgresql postgresql-common"
extra_pkg_dependencies="openproject"
2019-10-01 14:40:53 +02:00
#=================================================
# PERSONAL HELPERS
#=================================================
#=================================================
# EXPERIMENTAL HELPERS
#=================================================
#=================================================
# FUTURE OFFICIAL HELPERS
#=================================================