August 2019
Beginner
608 pages
16h 7m
English
Use the following command to start your GitLab instance:
sudo service gitlab start
Or use the following command:
sudo /etc/init.d/gitlab restart
If you check the process list with ps aux you should be able to see some Unicorn and Sidekiq processes appear:
29073 ? Sl 0:16 unicorn_rails master -c /home/git/gitlab/config/unicorn.rb -E production -D29094 ? Sl 0:00 unicorn_rails worker[0] -c /home/git/gitlab/config/unicorn.rb -E production -D29096 ? Sl 0:00 unicorn_rails worker[1] -c /home/git/gitlab/config/unicorn.rb -E production -D29098 ? Sl 0:00 unicorn_rails worker[2] -c /home/git/gitlab/config/unicorn.rb -E production -D29112 ? Ssl 0:00 gitlab-workhorse -listenUmask 0 -listenNetwork unix -listenAddr /home/git/gitlab/tmp/sockets/gitlab-workhorse.socket ...
Read now
Unlock full access