Skip to content

Commit

Permalink
Updated main documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
freakmaxi committed May 15, 2021
1 parent 652b4db commit 3f5ec56
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,8 @@ the `-build-` folder.

##### Setting Up Manager Node

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

- Copy `kertish-manager` executable to `/usr/local/bin` folder on the system.
- Give execution permission to the file `sudo chmod +x /usr/local/bin/kertish-manager`
- Create an empty file in your user path, copy-paste the following and save the file
Expand All @@ -241,6 +243,8 @@ export LOCKING_CENTER="127.0.0.1:22119" # Modify the values acco
---
##### Setting Up Head Node

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

- Copy `kertish-head` executable to `/usr/local/bin` folder on the system.
- Give execution permission to the file `sudo chmod +x /usr/local/bin/kertish-head`
- Create an empty file in your user path, copy-paste the following and save the file
Expand All @@ -257,6 +261,8 @@ export LOCKING_CENTER="127.0.0.1:22119" # Modify the values acco
---
##### Setting Up Data Node(s)

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

- Copy `kertish-data` executable to `/usr/local/bin` folder on the system.
- Give execution permission to the file `sudo chmod +x /usr/local/bin/kertish-data`
- Create following folders - /opt/c1n1 - /opt/c1n2 - /opt/c2n1 - /opt/c2n2
Expand Down

0 comments on commit 3f5ec56

Please sign in to comment.