Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
Gitlab-External-Templates
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Adri
Gitlab-External-Templates
Commits
64805ae6
Commit
64805ae6
authored
7 years ago
by
James Ramsay
Browse files
Options
Downloads
Patches
Plain Diff
Docs: combine Omnibus and source instructions
parent
1b43e552
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/gitlab-geo/README.md
+4
-20
4 additions, 20 deletions
doc/gitlab-geo/README.md
with
4 additions
and
20 deletions
doc/gitlab-geo/README.md
+
4
−
20
View file @
64805ae6
...
...
@@ -129,13 +129,12 @@ In order to set up one or more GitLab Geo instances, follow the steps below in
the
**exact order**
they appear.
**
Make sure the GitLab version is the same on
all nodes.
**
### Using Omnibus GitLab
If you installed GitLab using the Omnibus packages (highly recommended):
1.
[
Install GitLab Enterprise Edition
][
install-ee
]
on the server that will serve
as the
**secondary**
Geo node. Do not login or set up anything else in the
secondary node for the moment.
1.
[
Install GitLab Enterprise Edition from Omnibus packages (highly recommended)
][
install-ee
]
or
[
install GitLab Enterprise Edition from source
][
install-ee-source
]
on the
server that will serve as the
**secondary**
Geo node. Do not login or set up
anything else in the secondary node for the moment.
1.
[
Upload the GitLab License
](
../user/admin_area/license.md
)
to the
**primary**
Geo Node to unlock GitLab Geo.
1.
[
Setup the database replication
](
database.md
)
(
`primary
(read-write)
<->
secondary (read-only)
` topology).
1. [Configure SSH authorizations to use the database](ssh.md)
...
...
@@ -144,21 +143,6 @@ If you installed GitLab using the Omnibus packages (highly recommended):
1. [Follow the after setup steps](after_setup.md).
[install-ee]: https://about.gitlab.com/downloads-ee/ "GitLab Enterprise Edition Omnibus packages downloads page"
### Using GitLab installed from source
If you installed GitLab from source:
1. [Install GitLab Enterprise Edition][install-ee-source] on the server that
will serve as the **secondary** Geo node. Do not login or set up anything
else in the secondary node for the moment.
1. [Upload the GitLab License](../user/admin_area/license.md) you purchased for GitLab Enterprise Edition to unlock GitLab Geo.
1. [Setup the database replication](database.md) (`
primary (read-write)
<->
secondary (read-only)
` topology).
1. [Configure SSH authorizations to use the database](ssh.md)
1. [Configure GitLab](configuration.md) to set the primary and secondary
nodes.
1. [Follow the after setup steps](after_setup.md).
[install-ee-source]: https://docs.gitlab.com/ee/install/installation.html "GitLab Enterprise Edition installation from source"
## Configuring GitLab Geo
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment