mastodon_ynh/scripts/_common.sh

27 lines
1,007 B
Bash
Raw Normal View History

2017-04-08 02:04:27 +00:00
#!/bin/bash
2019-03-18 03:22:38 +00:00
#=================================================
# COMMON VARIABLES
#=================================================
# dependencies used by the app
2020-03-18 01:26:17 +00:00
pkg_dependencies="imagemagick ffmpeg libpq-dev libxml2-dev libxslt1-dev file git-core g++ libprotobuf-dev protobuf-compiler pkg-config gcc autoconf bison build-essential libssl-dev libyaml-dev libreadline6-dev zlib1g-dev libncurses5-dev libffi-dev libgdbm3|libgdbm6 libgdbm-dev redis-server redis-tools postgresql postgresql-contrib libidn11-dev libicu-dev libjemalloc-dev curl apt-transport-https"
2019-03-18 03:22:38 +00:00
2020-05-26 11:19:50 +00:00
MEMORY_NEEDED="2560"
2021-01-06 00:46:32 +00:00
RUBY_VERSION="2.7.2"
2021-03-07 19:17:05 +00:00
2021-01-06 00:46:32 +00:00
NODEJS_VERSION="12"
2020-08-09 08:39:43 +00:00
2019-03-18 03:22:38 +00:00
#=================================================
# PERSONAL HELPERS
#=================================================
#=================================================
# EXPERIMENTAL HELPERS
#=================================================
#=================================================
# FUTURE OFFICIAL HELPERS
#=================================================