Building from source

If you want to work on leading-edge technology and are interested in exploring the latest features added to the JHipster Registry, then you can go a step further and clone the repository from GitHub:

  1. Navigate to your preferred folder and run the following command:
> git clone https://github.com/jhipster/jhipster-registry
  1. Once cloned, navigate to the folderĀ using the following command:
> cd jhipster-registry
  1. Run the application in dev mode as follows:
> ./mvnw 

You can also run it in prod mode as follows:

> ./mvnw -Pprod
  1. You can also package and run the WAR file:
> ./mvnw -Pprod package
> target/jhipster-registry-<version>.war --spring.profiles.active=prod,git