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
|
|
|
|
#=================================================
|