-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update README.md #27
Open
likhitharl
wants to merge
3
commits into
mosip:release-0.9.x
Choose a base branch
from
likhitharl:patch-2
base: release-0.9.x
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Update README.md #27
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Updated steps 2 , 6, 15 and Added java 21 in requirements Signed-off-by: likhitharl <[email protected]>
Removed Java 21 from Requirements and added at point 9, under for custom plugin : java 21 is needed Signed-off-by: likhitharl <[email protected]>
challabeehyv
approved these changes
Jun 11, 2024
vishwa-vyom
requested changes
Jun 11, 2024
* Now create a credential schema and create an issuance registry | ||
* take note of `$.schema[0].author` and `$.schema[0].id` from the create credential schema request | ||
7. Create a folder with name loader_path [here](docker-compose/docker-compose-certify). | ||
8. Add the jar file of Digital Credential Stack(DCS) plugin implementations for eSignet and certify: | ||
* For eSignet: | ||
* create a folder with name esignet inside loader_path folder created in the above step and add the jar files inside the folder. | ||
* JAR file for sunbird can be downloaded [here](https://mvnrepository.com/artifact/io.mosip.esignet.sunbirdrc/sunbird-rc-esignet-integration-impl). | ||
* JAR file for mock identity can be downloaded [here](https://repo1.maven.org/maven2/io/mosip/esignet/mock/mock-esignet-integration-impl/0.9.2/mock-esignet-integration-impl-0.9.2.jar) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For eSignet also, can we not take from artifactory as default ?
Updated certify-plugin-default.properties from certify-default.properties Signed-off-by: likhitharl <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Updated steps 2 , 6, 15 and Added java 21 in requirements