Commit 26431a11 authored by Kirill Smelkov's avatar Kirill Smelkov

X Redis checks ok

parent bb897909
...@@ -280,9 +280,8 @@ recipe = slapos.cookbook:wrapper ...@@ -280,9 +280,8 @@ recipe = slapos.cookbook:wrapper
wrapper-path = ${directory:bin}/${:_buildout_section_name_} wrapper-path = ${directory:bin}/${:_buildout_section_name_}
# NOTE HOME needed to pick gitconfig # NOTE HOME needed to pick gitconfig
environment = environment =
BUNDLE_GEMFILE = {{ gitlab_repository_location + '/Gemfile' }} BUNDLE_GEMFILE = {{ gitlab_repository_location }}/Gemfile
HOME = ${directory:home} HOME = ${directory:home}
# PATH = ... TODO
RAILS_ENV = production RAILS_ENV = production
# XXX here vvv ? # XXX here vvv ?
SIDEKIQ_MEMORY_KILLER_MAX_RSS = 1000000 SIDEKIQ_MEMORY_KILLER_MAX_RSS = 1000000
......
...@@ -69,9 +69,10 @@ bundle = ${buildout:bin-directory}/bundle ...@@ -69,9 +69,10 @@ bundle = ${buildout:bin-directory}/bundle
# Rugged needs: cmake, pkgconfig # Rugged needs: cmake, pkgconfig
# execjs needs: nodejs # execjs needs: nodejs
# rails needs db client program on path: psql # rails needs db client program on path: psql
# gitlab wants to check redis version via running: redis-cli
# #
environment = environment =
PATH = ${:ruby-location}/bin:${cmake:location}/bin:${pkgconfig:location}/bin:${nodejs:location}/bin:${postgresql92:location}/bin:%(PATH)s PATH = ${:ruby-location}/bin:${cmake:location}/bin:${pkgconfig:location}/bin:${nodejs:location}/bin:${postgresql92:location}/bin:${redis28:location}/bin:%(PATH)s
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment