Skip to content
This repository has been archived by the owner on Sep 6, 2024. It is now read-only.

missing puma ? #39

Open
PatDubois opened this issue Jun 12, 2013 · 3 comments
Open

missing puma ? #39

PatDubois opened this issue Jun 12, 2013 · 3 comments

Comments

@PatDubois
Copy link

[root@node_a ~]# service gitlab restart
Using /usr/local/rvm/gems/ruby-1.9.3-p392
Stopping puma: [FAILED]
Stopping sidekiq: [FAILED]
Starting puma: bundler: command not found: puma
Install missing gem executables with bundle install
[FAILED]
Starting sidekiq: [ OK ]

Ok - this appears to be due to a mistaken version of the init script. However, I am unable to find the proper version that both uses unicorn AND works.

@PatDubois
Copy link
Author

Fixed For Me

Edit the init.d script section to reflect the following :

curl --output /etc/init.d/gitlab https://raw.github.com/gitlabhq/gitlab-recipes/5-0-stable/init.d/gitlab
chmod +x /etc/init.d/gitlab

The proper init script is the 5.0 version.

@baIaji
Copy link

baIaji commented Jul 18, 2013

Hi @pdubois95, I did curl the file and when I start running... i get an error Error, unicorn is not running!

Thanks in advance.

@PatDubois
Copy link
Author

@balajicuttackam - I also ran into an environment problem that had to be fixed to get ruby to properly install.

In the section 'Load RVM' I had to manually set the RVM path in the environment. For some reason the RVM script sourced later doesn't set things properly until the next boot.

so : place the following at the start of the load rvm section.

PATH=$PATH:/usr/local/rvm/bin

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants