Skip to content

Commit

Permalink
Add docs about overriding host with host file
Browse files Browse the repository at this point in the history
  • Loading branch information
grzesiek committed Aug 15, 2016
1 parent d74d40d commit fbab074
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/set-up-gdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,10 @@ You can override the port used by this GDK with a 'port' file.

echo 4000 > port

Similarly, you can override the host (for example if you plan to use GDK inside a Docker container).

echo 0.0.0.0 > host

If you want to work on GitLab CI you will need to install [GitLab Runner](https://gitlab.com/gitlab-org/gitlab-ci-multi-runner).

To enable the OpenLDAP server, see the OpenLDAP instructions in this readme.

0 comments on commit fbab074

Please sign in to comment.