Skip to content
Snippets Groups Projects
Commit 4f103598 authored by Zachary Kjellberg's avatar Zachary Kjellberg
Browse files

Update doc/install/installation.md

Line 295: sudo /etc/init.d/gitlab restart
Results in: "Error, unicorn not running!"
This is because unicorn is not yet running for first boot. I suggest changing this to 'start'.

Line 305: sudo apt-get install nginx
Change command to: sudo apt-get -y install nginx
Allowing automated install to simplify and follow pattern of earlier installs.
parent ed17a011
No related branches found
No related tags found
5 merge requests!3050Fix RESTfulness of project hook deletions by API,!3014Fix 4.1 Installation Doc wording,!2983Fixed typo in gitlab.yml.example,!2765Added methods to protect and unprotect branches in from the API,!2723Update doc/install/installation.md
Loading
Loading
@@ -292,7 +292,7 @@ However there are still a few steps left.
 
sudo service gitlab start
# or
sudo /etc/init.d/gitlab restart
sudo /etc/init.d/gitlab start
 
 
# 7. Nginx
Loading
Loading
@@ -302,7 +302,7 @@ If you can't or don't want to use Nginx as your web server, have a look at the
"Advanced Setup Tips" section.
 
## Installation
sudo apt-get install nginx
sudo apt-get -y install nginx
 
## Site Configuration
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment