Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Download Java 11 with JavaFx using this link.

  2. Clone MOSIP’s registration repository (https://github.com/mosip/registration-client.git ).

  3. Go inside the directory named as registration.

  4. Build as maven project with mvn clean install or build it in the IDE way.

  5. Make sure that the correct JDK with JavaFx is pointed in the IDE

  6. Traverse the following way and go to Initialization.java
    cd registration-client/src/main/java/io/mosip/registration/controller

  7. Make sure the following value is present in the file on line 39
    private static String upgradeServer = "http://localhost:80";

  8. Copy MANIFEST.MF from reg-client installation directory(when installed as zip) to registration directory.

  9. Then come back to registration-services and add the following snippet into pom.xml file

    Code Block
    <dependency>
      <groupId>io.mosip.mock.sdk</groupId>
      <artifactId>mock-sdk</artifactId>
      <version>0<version>1.2.90-rc1<SNAPSHOT</version>
    </dependency>
  10. Import the maven changes again.

  11. Now run the initialization.java inside registration-client project.

...

Page Properties
hiddentrue

Related issues