1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/decidim_ynh.git synced 2024-09-03 18:26:00 +02:00
decidim_ynh/scripts/_common.sh

27 lines
820 B
Bash
Raw Normal View History

2022-04-30 21:19:50 +02:00
#!/bin/bash
#=================================================
# COMMON VARIABLES
#=================================================
2022-09-02 01:04:03 +02:00
ruby_version=2.7.4
nodejs_version=16
bundler_version=2.2.19
rails_version=6.0.4
# dependencies used by the app (must be on a single line)
2022-05-05 16:47:03 +02:00
pkg_dependencies="postgresql imagemagick redis-server"
build_pkg_dependencies="libyaml-dev libreadline6-dev libncurses5-dev libffi-dev libgdbm-dev libpq-dev libicu-dev"
2022-04-30 21:19:50 +02:00
#=================================================
# PERSONAL HELPERS
#=================================================
#=================================================
# EXPERIMENTAL HELPERS
#=================================================
#=================================================
# FUTURE OFFICIAL HELPERS
#=================================================