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
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,13 +25,14 @@ The Delphi registry requires a docker host to deploy containers. The following i
25
25
* The Delphi WebApi ( ```delphi-webapi:1.0.0-SNAPSHOT``` )
26
26
* The Delphi WebApp ( ```delphi-webapp:1.0.0-SNAPSHOT``` )
27
27
28
-
For Windows Users, to obtain these images, checkout the respective repositories ([here](https://github.com/delphi-hub/delphi-crawler), [here](https://github.com/delphi-hub/delphi-webapi) and [here](https://github.com/delphi-hub/delphi-webapp)) and execute the command
28
+
For Windows users, to obtain these images, checkout the respective repositories ([here](https://github.com/delphi-hub/delphi-crawler), [here](https://github.com/delphi-hub/delphi-webapi) and [here](https://github.com/delphi-hub/delphi-webapp)) and execute the command
29
29
30
30
```
31
31
sbt docker:publishLocal
32
32
```
33
-
inside their root directory. This will build the docker images and register them directly at the local docker registry.
34
-
For Linux Users, checkout Delphi Registry repository ([here](https://github.com/delphi-hub/delphi-registry)) and execute the command
33
+
inside their root directory. This will build the docker images and register them directly at the local docker registry. <br />
34
+
35
+
For Linux users, checkout Delphi Registry repository and execute the command
35
36
36
37
```
37
38
sudo bash ./Delphi_install.sh
@@ -117,8 +118,8 @@ There are two ways of running the registry application. You can either run the a
117
118
### Run the registry directly
118
119
If you want to execute the registry directly on your local machine, simply go to the root folder of the repository and execute ```sbt run```. The application will stream all logging output to the terminal. You can terminate any time by pressing *RETURN*.
119
120
### Run the registry in Docker
120
-
For Windows Users, to build a docker image containing the registry, go to the root folder of the repository and execute ```sbt docker:publishLocal```. This will build the application, create a docker image named ```delphi-registry:1.0.0-SNAPSHOT```, and register the image at your local docker registry.
121
-
For Linux Users, the installation script mentioned in **Requirements** section will create docker image for registry named ```delphi-registry:1.0.0-SNAPSHOT```, and registers the image at your local docker registry.
121
+
For Windows users, to build a docker image containing the registry, go to the root folder of the repository and execute ```sbt docker:publishLocal```. This will build the application, create a docker image named ```delphi-registry:1.0.0-SNAPSHOT```, and register the image at your local docker registry.<br />
122
+
For Linux users, the installation script mentioned in **Requirements** section will create docker image for registry named ```delphi-registry:1.0.0-SNAPSHOT```, and registers the image at your local docker registry.
0 commit comments