Answer the question
In order to leave comments, you need to log in
How to install GitLab on a server running Ubuntu Server 13.10?
Hello, I'm trying to install GitLab on a server running Ubuntu Server 13.10. I do everything according to the official instructions https://gitlab.com/gitlab-org/gitlab-ce/blob/maste... , but when I got to the Install Init Script section , problems started, although before that everything went fine and without errors. .. I
execute the command sudo -u git -H bundle install --deployment --without development test postgres aws . The command goes well and writes Your bundle is complete! Gems in the development groups, test, postgres and aws were not installed.
But then the problems start when I type sudo cp lib/support/init.d/gitlab /etc/init.d/gitlab . I get this output:cp: cannot stat '/lib/support/init.d/gitlab /etc/init.d/gitlab': No such file or directory .
Further more - I enter the command sudo -u git -H bundle exec rake gitlab:env:info RAILS_ENV=production (Check if GitLab and its environment are configured correctly). So the output once showed that I have ERRORS, then without doing anything I enter the same command again - EVERYTHING is OK.
In general, I'm already in shock ... How to fix the error?
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question