diff options
| author | yalh76 <yalh@yahoo.com> | 2020-06-09 19:28:30 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-09 19:28:30 +0200 |
| commit | 01d0696ff7d2a60a3911089cefc0221cf73eca1d (patch) | |
| tree | f0ee80538ae4d3f5d51823bed49ec7169b954a06 /scripts/_common.sh | |
| parent | 6b30109fc986d83166b1805ec3ad7e28200e3743 (diff) | |
| parent | d3df899e0a99a63ee1cf7ad845cc513aeaaf30ef (diff) | |
| download | mastodon_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.sh | 8 |
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 #================================================= |
