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
840 B
Bash
Raw Normal View History

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