The contents of this directory is filled by bundle install. So basically execute the following line (depending on if you're using MySQL or PostgreSQL): # MySQL installations (note: the line below states '--without ... postgres') sudo -u git -H bundle install --without development test postgres -- deployment
# PostgreSQL installations (note: the line below states '--without ... mysql') sudo -u git -H bundle install --without development test mysql --deployment This should fix it. On Tuesday, July 22, 2014 12:58:38 PM UTC+2, Romain Tripault wrote: > > FWIW, i found out gitlab/vendor/bundle/ruby/2.1.0/bin/ was empty, so i > symlinked gitlab/bin/sidekiq & gitlab/bin/sidekiqctl and sidekiq was then > working as expected. > > It might not be a "proper" solution, but seems to do the trick so far > -- You received this message because you are subscribed to the Google Groups "GitLab" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/gitlabhq/6111046f-1b0f-41da-9a32-82efca851646%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
