aboutsummaryrefslogtreecommitdiff
path: root/scripts/_common.sh
diff options
context:
space:
mode:
authoryalh76 <yalh@yahoo.com>2020-06-09 19:28:30 +0200
committerGitHub <noreply@github.com>2020-06-09 19:28:30 +0200
commit01d0696ff7d2a60a3911089cefc0221cf73eca1d (patch)
treef0ee80538ae4d3f5d51823bed49ec7169b954a06 /scripts/_common.sh
parent6b30109fc986d83166b1805ec3ad7e28200e3743 (diff)
parentd3df899e0a99a63ee1cf7ad845cc513aeaaf30ef (diff)
downloadmastodon_ynh-01d0696ff7d2a60a3911089cefc0221cf73eca1d.tar.gz
mastodon_ynh-01d0696ff7d2a60a3911089cefc0221cf73eca1d.tar.bz2
mastodon_ynh-01d0696ff7d2a60a3911089cefc0221cf73eca1d.zip
make some cleaning of scripts
make some cleaning of scripts
Diffstat (limited to 'scripts/_common.sh')
-rw-r--r--scripts/_common.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/scripts/_common.sh b/scripts/_common.sh
index 015c1e9..2cf8424 100644
--- a/scripts/_common.sh
+++ b/scripts/_common.sh
@@ -7,6 +7,14 @@
# dependencies used by the app
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"
+RUBY_VERSION="2.6.5"
+
+BUNDLER_VERSION="1.17.3"
+
+NODEJS_VERSION="10"
+
+MEMORY_NEEDED="2560"
+
#=================================================
# PERSONAL HELPERS
#=================================================