Skip to content

Commit

Permalink
Merge pull request #1043 from shubham17998/release-1.5.x
Browse files Browse the repository at this point in the history
[DSD-6742] updated README
  • Loading branch information
ckm007 authored Dec 12, 2024
2 parents ec90140 + 500f8d8 commit d51fea5
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
6 changes: 6 additions & 0 deletions deploy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@
./initialise-prereq.sh
```
### Install esignet and oidc
During deployment, the system will prompt for user input to select the appropriate plugin. The available options are listed below:
1. esignet-mock-plugin.jar
2. mosip-identity-plugin.jar

For current scope of deployment, as it is limited to mock functionality,
select option 1 (esignet-mock-plugin.jar).
```
./install-esignet.sh
```
Expand Down
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 certificates for eSignet MISP 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 d51fea5

Please sign in to comment.