Skip to content
Snippets Groups Projects
Commit 3b339c4b authored by Robert Speicher's avatar Robert Speicher
Browse files

The geo-setup target is now an optional/manual step

parent f244a8d3
No related branches found
No related tags found
1 merge request!258Add support for running GitLab Geo tracking database
Pipeline #
Loading
Loading
@@ -16,7 +16,7 @@ sshd_bin = $(shell which sshd)
git_bin = $(shell which git)
webpack_port = $(shell cat webpack_port 2>/dev/null || echo '3808')
 
all: gitlab-setup gitlab-shell-setup gitlab-workhorse-setup support-setup gitaly-setup geo-setup
all: gitlab-setup gitlab-shell-setup gitlab-workhorse-setup support-setup gitaly-setup
 
# Set up the GitLab Rails app
 
Loading
Loading
Loading
Loading
@@ -86,6 +86,7 @@ cd gdk-geo
echo 3002 > port
echo 3807 > webpack_port
gdk install gitlab_repo=https://gitlab.com/gitlab-org/gitlab-ee.git
make geo-setup
```
 
Now that you've installed a primary and a secondary GDK instance, follow the
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