Changes between Version 10 and Version 11 of CloudNativeRenew
- Timestamp:
- Mar 16, 2021, 4:25:34 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CloudNativeRenew
v10 v11 21 21 * Make sure to you have Java 11+ and any HTTP enabled tool, such as `curl` installed on the machine, you want to run Renew on. 22 22 * Download the package above and unzip it. 23 * (optional) ''If port 8098 is in use'' on your machine, open the file ` src/main/resources/application.properties` and change the entry `server.port` to an unused port.23 * (optional) ''If port 8098 is in use'' on your machine, open the file `CloudNativeSpring/src/main/resources/application.properties` and change the entry `server.port` to an unused port. 24 24 * Navigate to the main directory and run `./gradlew build` (or `.\gradlew build` on Windows CMD) 25 25 * To start use the following command: