You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+17-22Lines changed: 17 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,15 +14,15 @@ to make contributing as easy as possible.
14
14
15
15
## Documentation
16
16
17
-
The documentation overview is in the [readme in the doc directory](doc/README.md).
17
+
The documentation can be found in the [doc directory](doc/index.md).
18
18
19
19
## Omnibus fork
20
20
21
21
Omnibus GitLab is using a fork of [omnibus project](https://github.com/chef/omnibus). For additional information see the comments in the [Gemfile](/Gemfile).
22
22
23
23
## Deprecated links
24
24
25
-
*We left the links below in the readme to preserve old links, but please use the [readme in the doc directory](doc/README.md) to browse the complete documentation.*
25
+
*We left the links below in the readme to preserve old links, but please use the [doc directory](doc/index.md) to browse the complete documentation.*
26
26
27
27
## Contributing
28
28
@@ -37,7 +37,7 @@ Please follow the steps on the [downloads page][downloads].
37
37
Your GitLab instance should be reachable over HTTP at the IP or hostname of your
38
38
server. You can login as an admin user with username `root` and password `5iveL!fe`.
39
39
40
-
See [doc/maintenance/README.md](doc/maintenance/README.md) for useful commands
40
+
See [doc/maintenance/index.md](doc/maintenance/index.md) for useful commands
41
41
to control/debug your GitLab instance.
42
42
43
43
### Configuration options
@@ -129,70 +129,65 @@ See [doc/settings/configuration.md](doc/settings/configuration.md#only-start-omn
129
129
### Updating
130
130
131
131
Instructions for updating your Omnibus installation and upgrading from a manual
132
-
installation are in the [update doc](doc/update/README.md).
132
+
installation are in the [update directory](doc/update/).
133
133
134
134
### Uninstalling Omnibus GitLab
135
135
136
136
See [doc/installation/index.md](doc/installation/index.md#uninstall-the-linux-package-omnibus).
137
137
138
138
### Common installation problems
139
139
140
-
This section has been moved to the separate document [doc/common_installation_problems/README.md](doc/common_installation_problems/README.md).
140
+
This section has been moved to the separate document [doc/troubleshooting.md](doc/troubleshooting.md).
141
141
142
142
Section below remains for historical reasons(mainly to not break existing links). Each section contains the link to the new location.
143
143
144
144
#### Apt error 'The requested URL returned error: 403'
145
145
146
-
See [doc/common_installation_problems/README.md](doc/common_installation_problems/README.md#apt-error-the-requested-url-returned-error-403).
146
+
See [doc/troubleshooting.md](doc/troubleshooting.md#apt-error-the-requested-url-returned-error-403).
147
147
148
148
#### GitLab is unreachable in my browser
149
149
150
-
See [doc/common_installation_problems/README.md](doc/common_installation_problems/README.md#gitlab-is-unreachable-in-my-browser).
150
+
See [doc/troubleshooting.md](doc/troubleshooting.md#gitlab-is-unreachable-in-my-browser).
151
151
152
152
#### Emails are not being delivered
153
153
154
-
See [doc/common_installation_problems/README.md](doc/common_installation_problems/README.md#emails-are-not-being-delivered).
155
-
156
-
#### Reconfigure freezes at `ruby_block[supervise_redis_sleep] action run`
157
-
158
-
See [doc/common_installation_problems/README.md](doc/common_installation_problems/README.md#reconfigure-freezes-at-ruby_blocksupervise_redis_sleep-action-run).
154
+
See [doc/troubleshooting.md](doc/troubleshooting.md#emails-are-not-being-delivered).
159
155
160
156
#### TCP ports for GitLab services are already taken
161
157
162
-
See [doc/common_installation_problems/README.md](doc/common_installation_problems/README.md#tcp-ports-for-gitlab-services-are-already-taken).
158
+
See [doc/troubleshooting.md](doc/troubleshooting.md#tcp-ports-for-gitlab-services-are-already-taken).
163
159
164
160
#### Git SSH access stops working on SELinux-enabled systems
165
161
166
-
See [doc/common_installation_problems/README.md](doc/common_installation_problems/README.md#git-ssh-access-stops-working-on-selinux-enabled-systems
167
-
).
162
+
See [doc/troubleshooting.md](doc/troubleshooting.md#selinux-enabled-systems).
168
163
169
164
#### Postgres error 'FATAL: could not create shared memory segment: Cannot allocate memory'
170
165
171
-
See [doc/common_installation_problems/README.md](doc/common_installation_problems/README.md#postgres-error-fatal-could-not-create-shared-memory-segment-cannot-allocate-memory).
166
+
See [doc/troubleshooting.md](doc/troubleshooting.md#postgresql-error-fatal-could-not-create-shared-memory-segment-cannot-allocate-memory).
172
167
173
168
#### Reconfigure complains about the GLIBC version
174
169
175
-
See [doc/common_installation_problems/README.md](doc/common_installation_problems/README.md#reconfigure-complains-about-the-glibc-version).
170
+
See [doc/troubleshooting.md](doc/troubleshooting.md#reconfigure-complains-about-the-glibc-version).
176
171
177
172
#### Reconfigure fails to create the git user
178
173
179
-
See [doc/common_installation_problems/README.md](doc/common_installation_problems/README.md#reconfigure-fails-to-create-the-git-user).
174
+
See [doc/troubleshooting.md](doc/troubleshooting.md#reconfigure-fails-to-create-the-git-user).
180
175
181
176
#### Failed to modify kernel parameters with sysctl
182
177
183
-
See [doc/common_installation_problems/README.md](doc/common_installation_problems/README.md#failed-to-modify-kernel-parameters-with-sysctl).
178
+
See [doc/troubleshooting.md](doc/troubleshooting.md#failed-to-modify-kernel-parameters-with-sysctl).
184
179
185
180
#### I am unable to install omnibus-gitlab without root access
186
181
187
-
See [doc/common_installation_problems/README.md](doc/common_installation_problems/README.md#i-am-unable-to-install-omnibus-gitlab-without-root-access).
182
+
See [doc/troubleshooting.md](doc/troubleshooting.md#i-am-unable-to-install-omnibus-gitlab-without-root-access).
188
183
189
184
#### gitlab-rake assets:precompile fails with 'Permission denied'
190
185
191
-
See [doc/common_installation_problems/README.md](doc/common_installation_problems/README.md#gitlab-rake-assetsprecompile-fails-with-permission-denied).
186
+
See [doc/troubleshooting.md](doc/troubleshooting.md#gitlab-rake-assetsprecompile-fails-with-permission-denied).
192
187
193
188
#### 'Short read or OOM loading DB' error
194
189
195
-
See [doc/common_installation_problems/README.md](doc/common_installation_problems/README.md#short-read-or-oom-loading-db-error).
190
+
See [doc/troubleshooting.md](doc/troubleshooting.md#short-read-or-oom-loading-db-error).
0 commit comments