Note that there are some explanatory texts on larger screens.

plurals
  1. POTrouble installing gitlab-5.0. I can't finish the installation
    text
    copied!<p>I am installing gitlab-5.0 on Unbuntu 10, when I execute the 'sudo gem install bundler' command on <a href="https://github.com/gitlabhq/gitlabhq/blob/5-0-stable/doc/install/installation.md#2-ruby" rel="nofollow">section Ruby</a> of the gitlab instalation guide, It shows me the next conflict:</p> <pre><code>root@ubuntu:/home/gitlab/gitlab# sudo gem install bundler Successfully installed bundler-1.3.4 Installing ri documentation for bundler-1.3.4 /usr/lib/ruby/1.8/rdoc/rdoc.rb:280: warning: conflicting chdir during another chdir block /usr/lib/ruby/1.8/rdoc/rdoc.rb:287: warning: conflicting chdir during another chdir block Done installing documentation for bundler after 8 seconds 1 gem installed root@ubuntu:/home/gitlab/gitlab# </code></pre> <p>Then, on the <a href="https://github.com/gitlabhq/gitlabhq/blob/5-0-stable/doc/install/installation.md#install-gems" rel="nofollow">section Gems</a>... </p> <pre><code>root@ubuntu:/home/gitlab/gitlab# sudo gem install charlock_holmes --version '0.6.9' Building native extensions. This could take a while... Successfully installed charlock_holmes-0.6.9 Installing ri documentation for charlock_holmes-0.6.9 /usr/lib/ruby/1.8/rdoc/rdoc.rb:280: warning: conflicting chdir during another chdir block /usr/lib/ruby/1.8/rdoc/rdoc.rb:287: warning: conflicting chdir during another chdir block Done installing documentation for charlock_holmes after 0 seconds 1 gem installed root@ubuntu:/home/gitlab/gitlab# sudo -u git -H bundle install --deployment --without development test postgres Gemfile syntax error: /home/gitlab/gitlab/Gemfile:14: syntax error, unexpected ':', expecting $end gem "mysql2", group: :mysql </code></pre> <p>My ruby version:</p> <pre><code>root@ubuntu:/home/gitlab/gitlab# ruby -v ruby 2.0.0p0 (2013-02-24 revision 39474) [x86_64-linux] </code></pre> <p>How would you avoid this error?</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload