This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
tutorials:gitlab [2013/02/22 18:58] razvan |
tutorials:gitlab [2020/07/20 09:16] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | = GitLab Installation = | + | ====== GitLab Installation |
| - | * In order to install GitLab follow instructions here: https:// | + | |
| - | ** At end of step 6, sidekiq won't be checked:< | + | * At end of step 6, sidekiq won't be checked:< |
| Checking Sidekiq ... | Checking Sidekiq ... | ||
| Line 15: | Line 15: | ||
| Checking Sidekiq ... Finished | Checking Sidekiq ... Finished | ||
| </ | </ | ||
| - | *** You have to create the {{{tmp/ | + | |
| sudo -u gitlab -H mkdir tmp/pids/ | sudo -u gitlab -H mkdir tmp/pids/ | ||
| sudo chmod -R u+rwX tmp/pids/ | sudo chmod -R u+rwX tmp/pids/ | ||
| </ | </ | ||
| - | *** And then restart sidekiq:< | + | |
| sudo -u gitlab -H bundle exec rake sidekiq: | sudo -u gitlab -H bundle exec rake sidekiq: | ||
| </ | </ | ||
| - | * I use Apache in conjunction with unicorn. | + | |
| - | ** Configure unicorn to listen to TCP connections:< | + | * Configure unicorn to listen to TCP connections:< |
| - | #listen 8080 # listen to port 8080 on all TCP interfaces | + | |
| listen " | listen " | ||
| listen "# | listen "# | ||
| </ | </ | ||
| - | ** Configure Apache in conjunction with unicorn:< | + | |
| < | < | ||
| ServerName houdini.cs.pub.ro | ServerName houdini.cs.pub.ro | ||
| Line 70: | Line 70: | ||
| CustomLog ${APACHE_LOG_DIR}/ | CustomLog ${APACHE_LOG_DIR}/ | ||
| </ | </ | ||
| + | </ | ||
| + | * Populate satellites folder, in {{{/ | ||
| + | sudo -u gitlab -H bundle exec rake gitlab: | ||
| </ | </ | ||