Skip to content

Commit 3f5ec56

Browse files
committed
Updated main documentation
1 parent 652b4db commit 3f5ec56

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,8 @@ the `-build-` folder.
225225

226226
##### Setting Up Manager Node
227227

228+
You can take a look at [Manager-Node](https://github.com/freakmaxi/kertish-dfs/blob/master/manager-node) page to understand how it is working
229+
228230
- Copy `kertish-manager` executable to `/usr/local/bin` folder on the system.
229231
- Give execution permission to the file `sudo chmod +x /usr/local/bin/kertish-manager`
230232
- Create an empty file in your user path, copy-paste the following and save the file
@@ -241,6 +243,8 @@ export LOCKING_CENTER="127.0.0.1:22119" # Modify the values acco
241243
---
242244
##### Setting Up Head Node
243245

246+
You can take a look at [Head-Node](https://github.com/freakmaxi/kertish-dfs/blob/master/head-node) page to understand how it is working
247+
244248
- Copy `kertish-head` executable to `/usr/local/bin` folder on the system.
245249
- Give execution permission to the file `sudo chmod +x /usr/local/bin/kertish-head`
246250
- Create an empty file in your user path, copy-paste the following and save the file
@@ -257,6 +261,8 @@ export LOCKING_CENTER="127.0.0.1:22119" # Modify the values acco
257261
---
258262
##### Setting Up Data Node(s)
259263

264+
You can take a look at [Data-Node](https://github.com/freakmaxi/kertish-dfs/blob/master/data-node) page to understand how it is working
265+
260266
- Copy `kertish-data` executable to `/usr/local/bin` folder on the system.
261267
- Give execution permission to the file `sudo chmod +x /usr/local/bin/kertish-data`
262268
- Create following folders - /opt/c1n1 - /opt/c1n2 - /opt/c2n1 - /opt/c2n2

0 commit comments

Comments
 (0)