Skip to content

Commit cdda0b1

Browse files
authored
Markdown for Run Application section
1 parent 08c3259 commit cdda0b1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ The Delphi registry is a server that provides access to all information and oper
2828
* [Docker Configuration](#docker-configuration)
2929
* [Docker configuration for Linux](#docker-configuration-for-linux)
3030
* [Docker configuration for OSX](#docker-configuration-for-osx)
31+
* [Running Registry application](#running-registry-application)
32+
* [Run the registry directly](#run-the-registry-directly)
33+
* [Run the registry in Docker](#run-the-registry-in-docker)
3134

3235
# Quick Setup (Linux)
3336

@@ -166,7 +169,7 @@ Docker does not expose it's HTTP api on OSX for security reasons (as described [
166169
docker run -d -v /var/run/docker.sock:/var/run/docker.sock -p 127.0.0.1:9095:1234 bobrik/socat TCP-LISTEN:1234,fork UNIX-CONNECT:/var/run/docker.sock
167170
```
168171

169-
## Run the application
172+
## Running Registry application
170173
There are two ways of running the registry application. You can either run the application directly, or build a docker image defined by the *build.sbt* file, and run a container based on this image. Either way, you have to set the correct configuration values before starting the application (see section **Adapt the configuration file** above for more information). Make sure the Docker images of all Delphi components are present at the host's registry, as described in the **Requirements** section.
171174

172175
**Note:** For OSX you have to set Java's ```prefereIPv4Stack``` option to ```true``` before executing any of the steps below. In order to do so, execute ```export _JAVA_OPTIONS="-Djava.net.preferIPv4Stack=true"``` in the terminal before calling ```sbt```.

0 commit comments

Comments
 (0)