Skip to content

Commit 7e34a12

Browse files
authored
Markdown for Quick Setup Section
1 parent cdda0b1 commit 7e34a12

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ The Delphi registry is a server that provides access to all information and oper
2020

2121
# Easy Installation Guide
2222
* [Quick Setup (Linux)](#quick-setup-linux)
23+
* [Docker Host Setup](#docker-host-setup)
24+
* [Registry Host Setup](#registry-host-setup)
2325
* [Requirements](#requirements)
2426
* [Windows](#windows)
2527
* [Linux](#linux)
@@ -31,11 +33,13 @@ The Delphi registry is a server that provides access to all information and oper
3133
* [Running Registry application](#running-registry-application)
3234
* [Run the registry directly](#run-the-registry-directly)
3335
* [Run the registry in Docker](#run-the-registry-in-docker)
36+
* [Authorization](#authorization)
3437

3538
# Quick Setup (Linux)
3639

3740
Potentially there two different machines involved in the registry setup, the Docker host machine (*Docker Host*) and the machine the registry is hosted at (*Registry Host*). However, you can also use the same machine for hosting both applications.
3841

42+
## Docker Host Setup
3943
On the *Docker Host*, execute the following steps:
4044

4145
1) Clone this repository to your machine
@@ -47,7 +51,7 @@ On the *Docker Host*, execute the following steps:
4751
* Save your changes and execute ```systemctl daemon-reload``` and ```sudo service docker restart```
4852
5) Note down the IP address of your machine in the LAN ( execute ```ifconfig``` )
4953

50-
54+
## Registry Host Setup
5155
On the *Registry Host*, execute the following steps:
5256

5357
1) Clone this repository to your local machine

0 commit comments

Comments
 (0)