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:
- Navigate to your preferred folder and run the following command:
> git clone https://github.com/jhipster/jhipster-registry
- Once cloned, navigate to the folderĀ using the following command:
> cd jhipster-registry
- Run the application in dev mode as follows:
> ./mvnw
You can also run it in prod mode as follows:
> ./mvnw -Pprod
- You can also package and run the WAR file:
> ./mvnw -Pprod package
> target/jhipster-registry-<version>.war --spring.profiles.active=prod,git