Skip to content

Commit

Permalink
[DSD-6742] updated README
Browse files Browse the repository at this point in the history
Signed-off-by: ckm007 <[email protected]>
  • Loading branch information
ckm007 committed Dec 12, 2024
1 parent 028af22 commit 0c6f70c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions partner-onboarder/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@
Exchanges certificate for Mock Relying Party OIDC partner. Refer [mosip-onboarding repo](https://github.com/mosip/mosip-onboarding).

## Install

* Create a directory for onboarder on the NFS server at `/srv/nfs/<sandbox>/onboarder/`:
```
mkdir -p /srv/nfs/mosip/<sandbox>/onboarder/
```
* Ensure the directory has 777 permissions:
```
chmod 777 /srv/nfs/mosip/<sandbox>/onboarder
```
* Add the following entry to the /etc/exports file:
```
/srv/nfs/mosip/<sandbox>/onboarder *(ro,sync,no_root_squash,no_all_squash,insecure,subtree_check)
```
* Set `values.yaml` to run onboarder for specific modules.
* run `./install.sh`.
```
Expand Down

0 comments on commit 0c6f70c

Please sign in to comment.